System.Web.UI.WebControls.DataBoundControl Members

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

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

Protected Constructors

Initializes the System.Web.UI.WebControls.DataBoundControl class for use by an inherited class instance. This constructor can only be called by an inherited class.

Public Properties

DataMemberstring.

Gets or sets the name of the list of data that the data-bound control binds to, in cases where the data source contains more than one distinct list of data items.

override
DataSourceIDstring.

Gets or sets the ID of the control from which the data-bound control retrieves its list of data items.

Protected Properties

[read-only]
SelectArgumentsSystem.Web.UI.DataSourceSelectArguments.

Gets a System.Web.UI.DataSourceSelectArguments object that the data-bound control uses when retrieving data from a data source control.

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.