DataBoundControlDesigner.DataBind(BaseDataBoundControl) Method

Definition

Binds the DataBoundControl object to the data source.

protected:
 override void DataBind(System::Web::UI::WebControls::BaseDataBoundControl ^ dataBoundControl);
protected override void DataBind (System.Web.UI.WebControls.BaseDataBoundControl dataBoundControl);
override this.DataBind : System.Web.UI.WebControls.BaseDataBoundControl -> unit
Protected Overrides Sub DataBind (dataBoundControl As BaseDataBoundControl)

Parameters

dataBoundControl
BaseDataBoundControl

The DataBoundControl object to bind to the data source.

Applies to

See also