UpdatePanel::Controls Property
Gets the ControlCollection object that contains the child controls for the UpdatePanel control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: virtual property ControlCollection^ Controls { ControlCollection^ get () override sealed; }
Property Value
Type: System.Web.UI::ControlCollectionThe collection of child controls for the UpdatePanel control.
| Exception | Condition |
|---|---|
| InvalidOperationException | The Add, AddAt, Clear, Remove, or RemoveAt method of the ControlCollection class has been called. To change the content of the UpdatePanel control, modify the child controls of the ContentTemplateContainer property. |
The Controls property is overridden from the base Control class and sealed to prevent additional derivation. To add controls to the UpdatePanel control declaratively, create a <ContentTemplate> element inside the UpdatePanel control markup. To add controls to the UpdatePanel control programmatically, use the ContentTemplateContainer property.
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.