AutoFieldsGenerator::LoadViewState Method (Object^)

.NET Framework (current version)
 

Loads the state that was saved previously using the SaveViewState method.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void LoadViewState(
	Object^ savedState
)

Parameters

savedState
Type: System::Object^

The control state to restore.

This method can be overridden.

.NET Framework
Available since 4.5
Return to top
Show: