System.Web.UI.WebControls.DataBoundControl: Method Members

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

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

Protected Methods

CreateDataSourceSelectArguments() : System.Web.UI.DataSourceSelectArguments

Creates a default System.Web.UI.DataSourceSelectArguments object used by the data-bound control if no arguments are specified.

GetData() : System.Web.UI.DataSourceView

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

GetDataSource() : System.Web.UI.IDataSource

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

InternalPerformDataBinding(IEnumerable)
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()

Rebinds the data-bound control to its data after one of the base data source identification properties changes.

OnDataSourceViewChanged(object, EventArgs)

Raises the System.Web.UI.DataSourceView.DataSourceViewChanged 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(IEnumerable)

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.