The members of System.Web.UI.WebControls.BaseDataBoundControl are listed below.
See Also: Inherited members from System.Web.UI.WebControls.WebControl
Initializes a new instance of the System.Web.UI.WebControls.BaseDataBoundControl class. |
DataSource | object.
Gets or sets the object from which the data-bound control retrieves its list of data items. | |
DataSourceID | string.
Gets or sets the ID of the control from which the data-bound control retrieves its list of data items. |
[read-only] | Initialized | bool.
Gets a value indicating whether the data-bound control has been initialized. |
[read-only] | IsBoundUsingDataSourceID | bool.
Gets a value indicating whether the BaseDataBoundControl.DataSourceID property is set. |
RequiresDataBinding | bool.
Gets or sets a value indicating whether the BaseDataBoundControl.DataBind method should be called. |
override | DataBind()
|
ConfirmInitState()
| ||
EnsureDataBound()
| ||
OnDataBound(EventArgs)
| ||
OnDataPropertyChanged()
| ||
override | OnInit(EventArgs)
| |
OnPagePreLoad(object, EventArgs)
| ||
override | OnPreRender(EventArgs)
| |
abstract | PerformSelect()
| |
abstract | ValidateDataSource(object)
|
DataBound |
Occurs after the server control binds to a data source. |