System.Web.UI.DataSourceControl Members

The members of System.Web.UI.DataSourceControl are listed below.

See Also: Inherited members from System.Web.UI.Control

Protected Constructors

Initializes a new instance of the System.Web.UI.DataSourceControl class.

Public Properties

[read-only]
override
ClientIDstring.

Gets the server control identifier generated by ASP.NET.

[read-only]
override
ControlsControlCollection.

Gets a System.Web.UI.ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.

override
EnableThemingbool.

Gets a value indicating whether this control supports themes.

override
SkinIDstring.

Gets the skin to apply to the System.Web.UI.DataSourceControl control.

override
Visiblebool.

Gets or sets a value indicating whether the control is visually displayed.

Public Methods

override
ApplyStyleSheetSkin(Page)

Applies the style properties that are defined in the page style sheet to the control.

override
FindControl(string) : Control

Searches the current naming container for a server control with the specified id parameter.

override
Focus()

Sets input focus to the control.

override
HasControls() : bool

Determines if the server control contains any child controls.

override
RenderControl(HtmlTextWriter)

Outputs server control content to a provided System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.

Protected Methods

override
CreateControlCollection() : ControlCollection

Creates a collection to store child controls.

abstract
GetView(string) : DataSourceView

Gets the named data source view associated with the data source control.

GetViewNames() : ICollection

Gets a collection of names, representing the list of System.Web.UI.DataSourceView objects associated with the System.Web.UI.DataSourceControl control.

RaiseDataSourceChangedEvent(EventArgs)

Raises the IDataSource.DataSourceChanged event.

Explicitly Implemented Interface Members

[read-only]
System.ComponentModel.IListSource.ContainsListCollectionbool.

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.