UpdatePanel::CreateControlCollection Method
Returns the collection of all controls that are contained in the UpdatePanel control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Return Value
Type: System.Web.UI::ControlCollectionA ControlCollection object that consists of all controls that define the content of the UpdatePanel control.
The CreateControlCollection method is used by control developers.
Because this method is protected and sealed, it is visible to classes that inherit from the UpdatePanel class, but it cannot be overridden. This method overrides the base implementation to return a specialized ControlCollection object that throws an InvalidOperationException when the Add, AddAt, Clear, Remove, or RemoveAt method of the ControlCollection class is invoked. To change the content of the UpdatePanel control, modify the child controls of 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.