GridView.LoadControlState Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Loads the state of the properties in the GridView control that need to be persisted, even when the Control.EnableViewState property is set to false.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
protected void LoadControlState ( Object savedState )
protected internal override function LoadControlState ( savedState : Object )
Not applicable.
Parameters
- savedState
An System.Object that contains the saved control state values for the control.
Community Additions
ADD
Show:
Note: