UpdatePanel::CreateControlCollection Method
This member overrides Control::CreateControlCollection(), and more complete documentation might be available in that topic.
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 SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.