GridView::LoadControlState Method (Object^)
.NET Framework (current version)
This API supports the product 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.
Assembly: System.Web (in System.Web.dll)
Parameters
- savedState
-
Type:
System::Object^
An System::Object that contains the saved control state values for the control.
This method is used to load the state of the properties in the GridView control that need to be persisted, even when the Control::EnableViewState property is set to false.
Note |
|---|
This method is used primarily by control developers to extend the GridView control. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
