System.Web.UI.DataSourceControl: Method Members

The methods of System.Web.UI.DataSourceControl are listed below. For a list of all members, see the DataSourceControl Members list.

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

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.