System.Web.UI.HierarchicalDataSourceControl: Method Members

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

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

Public Methods

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)
Documentation for this section has not yet been entered.

Protected Methods

override
CreateControlCollection() : ControlCollection

Creates a new System.Web.UI.ControlCollection object to hold the child controls (both literal and server) of the server control.

abstract
GetHierarchicalView(string) : HierarchicalDataSourceView

Gets the view helper object for the System.Web.UI.IHierarchicalDataSource interface for the specified path.

OnDataSourceChanged(EventArgs)

Raises the IHierarchicalDataSource.DataSourceChanged event.