CreateUserWizard.LoadViewState Method (Object)
.NET Framework (current version)
Restores view-state information from a previous page request that was saved by the SaveViewState method.
Assembly: System.Web (in System.Web.dll)
Parameters
- savedState
-
Type:
System.Object
An object that represents the control state to restore.
| Exception | Condition |
|---|---|
| ArgumentException | savedState is not a valid ViewState. |
.NET Framework
Available since 2.0
Available since 2.0
Show: