The members of System.Web.UI.WebControls.DataBoundControl are listed below.
See Also: Inherited members from System.Web.UI.WebControls.BaseDataBoundControl
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. |
DataMember | string.
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 | DataSourceID | string.
Gets or sets the ID of the control from which the data-bound control retrieves its list of data items. |
[read-only] | SelectArguments | System.Web.UI.DataSourceSelectArguments.
Gets a System.Web.UI.DataSourceSelectArguments object that the data-bound control uses when retrieving data from a data source control. |
CreateDataSourceSelectArguments()
| ||
GetData()
| ||
GetDataSource()
| ||
InternalPerformDataBinding(IEnumerable)Documentation for this section has not yet been entered. | ||
MarkAsDataBound()
| ||
override | OnDataPropertyChanged()
| |
OnDataSourceViewChanged(object, EventArgs)
| ||
override | OnLoad(EventArgs)
| |
override | OnPagePreLoad(object, EventArgs)
| |
PerformDataBinding(IEnumerable)
| ||
override | PerformSelect()
| |
override | ValidateDataSource(object)
|