Control.ChildControlsCreated Property
.NET Framework (current version)
Gets a value that indicates whether the server control's child controls have been created.
Assembly: System.Web (in System.Web.dll)
The following example demonstrates an override of the OnDataBinding method of a custom Repeater control. To ensure that child controls are not created until data binding occurs again, the ChildControlsCreated property is set to true after the RepeaterItem objects are created and added to the control's ControlCollection object.
The following example demonstrates how to use the custom repeater control in a Web page.
.NET Framework
Available since 1.1
Available since 1.1
Show: