DataPagerField::IStateManager::LoadViewState Method (Object^)

 

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.

Namespace:   System.Web.UI.WebControls
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.

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
Return to top
Show: