FormView.DataBind 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將資料來源繫結至 FormView 控制項。
public:
override void DataBind();
public override sealed void DataBind ();
override this.DataBind : unit -> unit
Public Overrides NotOverridable Sub DataBind ()
備註
使用 方法, DataBind() 將資料從資料來源系結至 FormView 控制項。 這個方法會解析 控制項使用中範本中的所有資料系結運算式。