System.Web.UI.WebControls.ChangePassword.LoadControlState Method

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

Syntax

protected override void LoadControlState (object savedState)

Parameters

savedState
An object that represents the control state to restore.

Remarks

Override the ChangePassword.LoadControlState(object) method when you need to specify how a custom server control restores its control 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