System.Web.UI.WebControls.HierarchicalDataBoundControl Members

The members of System.Web.UI.WebControls.HierarchicalDataBoundControl are listed below.

See Also: Inherited members from System.Web.UI.WebControls.BaseDataBoundControl

Protected Constructors

Public Properties

override
DataSourceIDstring. Documentation for this section has not yet been entered.

Protected Methods

GetData(string) : System.Web.UI.HierarchicalDataSourceView

Retrieves a System.Web.UI.HierarchicalDataSourceView object that the data-bound control uses to perform data operations.

GetDataSource() : System.Web.UI.IHierarchicalDataSource

Retrieves the System.Web.UI.IHierarchicalDataSource that the data-bound control is associated with, if any.

InternalPerformDataBinding()
Documentation for this section has not yet been entered.
MarkAsDataBound()

Sets the state of the control in view state as successfully bound to data.

override
OnDataPropertyChanged()

Called when one of the base data source identification properties is changed, to re-bind the data-bound control to its data.

OnDataSourceChanged(object, EventArgs)

Called when the System.Web.UI.IHierarchicalDataSource instance that the data-bound control works with raises the System.Web.UI.IDataSource.DataSourceChanged event.

override
OnLoad(EventArgs)

Handles the System.Web.UI.Control.Load event.

override
OnPagePreLoad(object, EventArgs)

Sets the initialized state of the data-bound control before the control is loaded.

PerformDataBinding()

When overridden in a derived class, binds data from the data source to the control.

override
PerformSelect()

Retrieves data from the associated data source.

override
ValidateDataSource(object)

Verifies that the object a data-bound control binds to is one it can work with.