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

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

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

Public Methods

override
DataBind()

Binds a data source to the invoked server control and all its child controls.

Protected Methods

ConfirmInitState()

Sets the initialized state of the data-bound control.

EnsureDataBound()

Calls the BaseDataBoundControl.DataBind method if the BaseDataBoundControl.DataSourceID property is set and the data-bound control is marked to require binding.

OnDataBound(EventArgs)

Raises the BaseDataBoundControl.DataBound event.

OnDataPropertyChanged()

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

override
OnInit(EventArgs)

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

OnPagePreLoad(object, EventArgs)

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

override
OnPreRender(EventArgs)

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

abstract
PerformSelect()

When overridden in a derived class, controls how data is retrieved and bound to the control.

abstract
ValidateDataSource(object)

When overridden in a derived class, verifies that the object a data-bound control binds to is one it can work with.