Compartilhar via


DataBoundControlDesigner.DataBind(BaseDataBoundControl) Método

Definição

Associa o objeto DataBoundControl à fonte de dados.

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)

Parâmetros

dataBoundControl
BaseDataBoundControl

O objeto DataBoundControl a ser associado à fonte de dados.

Aplica-se a

Confira também