System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls Method

Creates the control hierarchy that is used to render a composite data-bound control based on the values that are stored in view state.

Syntax

protected override void CreateChildControls ()

Remarks

The CompositeDataBoundControl.CreateChildControls method is a helper method that is used by classes that derive from the System.Web.UI.WebControls.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.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0