Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
Value
Return Value
The collection of child controls for the UpdatePanel control.
Remarks
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.
Exceptions
Assembly: System.Web.Extensions (Module: System.Web.Extensions)