UpdateProgress.AssociatedUpdatePanelID プロパティ

定義

UpdatePanel コントロールが進行状況を表示する UpdateProgress コントロールの ID を取得または設定します。

public:
 property System::String ^ AssociatedUpdatePanelID { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.TypeConverter("System.Web.UI.Design.UpdateProgressAssociatedUpdatePanelIDConverter")]
public string AssociatedUpdatePanelID { get; set; }
[<System.ComponentModel.TypeConverter("System.Web.UI.Design.UpdateProgressAssociatedUpdatePanelIDConverter")>]
member this.AssociatedUpdatePanelID : string with get, set
Public Property AssociatedUpdatePanelID As String

プロパティ値

関連付けられている UpdatePanel コントロールの ID。 既定値は空の文字列です。

属性

注釈

既定値は空の文字列です。これは、コントロールが特定UpdatePanelUpdateProgressコントロールに関連付けられていないことを意味します。 したがって、コントロール内 UpdatePanel から発信された非同期ポストバック、またはパネル UpdateProgress のトリガーであるコントロールからのポストバックにより、コントロールにコンテンツが ProgressTemplate 表示されます。

プロパティは、 AssociatedUpdatePanelID 同じ名前付けコンテナー、親名前付けコンテナー、またはページ内のコントロールに設定できます。

適用対象

こちらもご覧ください