UpdateProgress::AssociatedUpdatePanelID Property
Gets or sets the ID of the UpdatePanel control that the UpdateProgress control displays status for.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
[TypeConverterAttribute(L"System.Web.UI.Design.UpdateProgressAssociatedUpdatePanelIDConverter")] public: property String^ AssociatedUpdatePanelID { String^ get (); void set (String^ value); }
<asp:UpdateProgress AssociatedUpdatePanelID="String" />
Property Value
Type: System::StringThe ID of the associated UpdatePanel control. The default value is an empty string.
The default value is an empty string, which means that the UpdateProgress control is not associated with a specific UpdatePanel control. Therefore, asynchronous postbacks that originate from inside any UpdatePanel control or postbacks from controls that are triggers for the panel cause the UpdateProgress control to display its ProgressTemplate content.
You can set the AssociatedUpdatePanelID property to controls in the same naming container, in a parent naming container, or in the page.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.