Restores view state information from a previous page request that was saved by the ChangePassword.SaveViewState method.
- savedState
- An object that represents the control state to restore.
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.