ChangePassword::LoadControlState Method (Object^)

 
Use BaseTrue

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

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

public protected:
virtual void LoadControlState(
	Object^ savedState
) override

Parameters

savedState
Type: System::Object^

An Object that represents the control state to restore.

Override the LoadControlState method when you need to specify how a custom server control restores its control state. For more information, see Server Control Custom State Management.

.NET Framework
Available since 2.0
Return to top
Show: