ControlAdapter.CreateChildControls Method
Creates the target-specific child controls for a composite control.
Assembly: System.Web (in System.Web.dll)
If there is a derived control adapter attached to a Control object and the CreateChildControls method is overridden, the override is called instead of the Control.CreateChildControls method. Thus, CreateChildControls can be used to create a target-specific child control set.
For more information about combining controls to create a new control, see Composite Controls.
Notes to InheritorsIf you create an inheriting class and override the CreateChildControls method, do not call the base method unless you want to add controls to those created by the base method. Otherwise you could create two sets of child controls.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, 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.