ChangePassword::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)
| Exception | Condition |
|---|---|
| ArgumentException | The savedState parameter cannot be resolved to a valid ViewState. |
Override the LoadViewState method when you need to specify how a custom server control restores its view state. For more information, see Server Control Custom State Management.
.NET Framework
Available since 2.0
Available since 2.0
Show: