CompositeDataBoundControl.CreateChildControls Method ()
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Creates the control hierarchy that is used to render a composite data-bound control based on the values that are stored in view state.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
The CreateChildControls method is a helper method that is used by classes that derive from the CompositeDataBoundControl class to create the control hierarchy for a composite data-bound control. This overload of the method creates the control hierarchy based on values from view state, rather than directly from the data source.
Community Additions
ADD
Show: