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)
No code example is currently available or this language may not be supported.
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.
No code example is currently available or this language may not be supported.
The following example demonstrates how to use the custom repeater control in a Web page.
No code example is currently available or this language may not be supported.
.NET Framework
Available since 1.1
Available since 1.1
Show: