ControlAdapter.CreateChildControls Method
.NET Framework 2.0
Creates the target-specific child controls for a composite control.
Namespace: System.Web.UI.Adapters
Assembly: System.Web (in system.web.dll)
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 Inheritors: If 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 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: