CreateChildControls Method (Common)

Called to create dynamic child controls.

protected virtual void CreateChildControls()

Remarks

If the form is templated, the default implementation creates children from the template here. Inheriting classes can override this method, but must call the base class.

Called internally by ASP.NET.

See Also

Applies to: Form Class | Panel Class | List Class | ObjectList Class