共用方式為


ListControlDesigner.DataBind(BaseDataBoundControl) 方法

定義

繫結指定的控制項至設計階段資料來源。

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)

參數

dataBoundControl
BaseDataBoundControl

衍生自 ListControl 的關聯控制項,或是該控制項的複本。

備註

DataBoundControlDesigner針對基類,方法會將 DataBind 物件的 和 DataSourceID 屬性 DataBoundControl 設定 DataSource 為參考設計階段資料來源,然後呼叫 BaseDataBoundControl.DataBind 方法,然後將 和 DataSourceID 屬性還原 DataSource 為其原始值。

ListControlDesigner不過,對於 類別而言, DataBind 方法沒有功能,因為 ListItem 物件剛加入集合中 Items

適用於

另請參閱