Click or drag to resize
ViewStateDebugAddViewStates Method
Adds the viewstates to the specified DataSet.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public static void AddViewStates(
	DataTable dt,
	Control control,
	bool processChildControls
)

Parameters

dt
Type: System.DataDataTable
Table with the viewstates
control
Type: System.Web.UIControl
Control to process
processChildControls
Type: SystemBoolean
Process ViewState of the child controls
See Also