ViewStateDebugAddViewStates Method |
Adds the viewstates to the specified DataSet.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax 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