Compartir a través de


DataBoundControlDesigner.DataBind(BaseDataBoundControl) Método

Definición

Enlaza el objeto DataBoundControl al origen de datos.

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

Objeto DataBoundControl que se va a enlazar al origen de datos.

Se aplica a

Consulte también