DataPagerField::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.
Restores view-state information that was saved previously.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
private: virtual void LoadViewState( Object^ state ) sealed = IStateManager::LoadViewState
Parameters
- state
-
Type:
System::Object^
The saved view-state values for the control.
Implements
IStateManager::LoadViewState(Object^)The IStateManager::LoadViewState interface method invokes the LoadViewState method. This contains the actual implementation and can be extended by control developers.
.NET Framework
Available since 3.5
Available since 3.5
Show: