The members of System.Web.UI.DataSourceControl are listed below.
See Also: Inherited members from System.Web.UI.Control
Initializes a new instance of the System.Web.UI.DataSourceControl class. |
[read-only] override | ClientID | string.
Gets the server control identifier generated by ASP.NET. |
[read-only] override | Controls | ControlCollection.
Gets a System.Web.UI.ControlCollection object that represents the child controls for a specified server control in the UI hierarchy. |
override | EnableTheming | bool.
Gets a value indicating whether this control supports themes. |
override | SkinID | string.
Gets the skin to apply to the System.Web.UI.DataSourceControl control. |
override | Visible | bool.
Gets or sets a value indicating whether the control is visually displayed. |
override | ApplyStyleSheetSkin(Page)
| |
override | FindControl(string)
| |
override | Focus()
| |
override | HasControls()
| |
override | RenderControl(HtmlTextWriter)
|
override | CreateControlCollection()
| |
abstract | GetView(string)
| |
GetViewNames()
| ||
RaiseDataSourceChangedEvent(EventArgs)
|
[read-only] | System.ComponentModel.IListSource.ContainsListCollection | bool.
Indicates whether the data source control is associated with one or more lists of data. |
System.ComponentModel.IListSource.GetList |
Gets a list of data source controls that can be used as sources of lists of data. | |
System.Web.UI.IDataSource.GetView |
Gets the named System.Web.UI.DataSourceView object associated with the System.Web.UI.DataSourceControl control. Some data source controls support only one view, while others support more than one. | |
System.Web.UI.IDataSource.GetViewNames |
Gets a collection of names, representing the list of System.Web.UI.DataSourceView objects associated with the System.Web.UI.DataSourceControl control. |