System.Web.UI.WebControls.ChangePassword.LoadViewState Method

Restores view state information from a previous page request that was saved by the ChangePassword.SaveViewState method.

Syntax

protected override void LoadViewState (object savedState)

Parameters

savedState
An object that represents the control state to restore.

Remarks

Override the ChangePassword.LoadViewState(object) method when you need to specify how a custom server control restores its view state. For more information, see Server Control Custom State Management.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0