Control.ClearChildControlState Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Deletes the control-state information for the server control's child controls.
Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
The ClearChildControlState method is used when child control-state information written to the parent control's control state is overridden as new child controls are created, such as when data-binding child controls in a templated data-bound server control. Calling the ClearChildControlState method to empty child controls before calling the SaveControlState method reduces the size of the control-state information that must be stored or transmitted.
When recreating child controls of a Control object, use the ClearChildControlState method to clear child control state so that it does not get applied to the new controls inadvertently.
To clear both the child control state and view state, use the ClearChildState method.
Windows 8 Consumer Preview, Windows Server 8 Beta, Windows 7, Windows Server 2008 SP2, Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.