.NET Framework Class Library
Control..::.ClearChildViewState Method

Deletes the view-state information for all the server control's child controls.

Namespace:  System.Web.UI
Assembly:  System.Web (in System.Web.dll)
Syntax

Visual Basic (Declaration)
Protected Sub ClearChildViewState
Visual Basic (Usage)
Me.ClearChildViewState()
C#
protected void ClearChildViewState()
Visual C++
protected:
void ClearChildViewState()
JScript
protected function ClearChildViewState()
Remarks

This method is commonly used when you override the DataBind method when developing templated data-bound server controls. If you do not call this method, child control view–state information can be written to a parent server control, only to be overridden when the data is bound.

When recreating child controls of a Control, use the ClearChildViewState method to clear child view state so that it does not get applied to the new controls inadvertently.

For more information about using this method, see How to: Create Templated ASP.NET User Controls.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
See Also

Reference

Other Resources

Tags :


Page view tracker