DataKeyArray.IStateManager.LoadViewState 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 previously saved view state of the DataKeyArray object.
Assembly: System.Web (in System.Web.dll)
private abstract LoadViewState : state:Object -> unit private override LoadViewState : state:Object -> unit
Parameters
- state
-
Type:
System.Object
An Object that represents the state of the DataKeyArray.
Implements
IStateManager.LoadViewState(Object)The IStateManager.LoadViewState method is used to load the previously saved view state of the DataKeyArray object.
.NET Framework
Available since 2.0
Available since 2.0
Show: