System.Web.UI.WebControls.ChangePassword: Method Members

The methods of System.Web.UI.WebControls.ChangePassword are listed below. For a list of all members, see the ChangePassword Members list.

See Also: Inherited members from System.Web.UI.WebControls.CompositeControl

Protected Methods

override
CreateChildControls()

Creates the individual controls that make up the System.Web.UI.WebControls.ChangePassword control in preparation for posting back or rendering.

override
LoadControlState(object)

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

override
LoadViewState(object)

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

override
OnBubbleEvent(object, EventArgs) : bool

Determines whether the event for the System.Web.UI.WebControls.ChangePassword control is passed up the Web server control hierarchy for the page.

OnCancelButtonClick(EventArgs)

Raises the ChangePassword.CancelButtonClick event when a user clicks the Cancel button.

OnChangedPassword(EventArgs)

Raises the ChangePassword.ChangedPassword event after the password is changed.

OnChangePasswordError(EventArgs)

Raises the ChangePassword.ChangePasswordError event when the user's password is not changed.

OnChangingPassword(LoginCancelEventArgs)

Raises the ChangePassword.ChangingPassword event before the user's password is changed by the membership provider.

OnContinueButtonClick(EventArgs)

Raises the ChangePassword.ContinueButtonClick event when a user clicks the Continue button.

override
OnInit(EventArgs)

Raises the System.Web.UI.Control.Init event for the System.Web.UI.WebControls.ChangePassword control to allow the control to register itself with the page.

override
OnPreRender(EventArgs)

Raises the System.Web.UI.Control.PreRender event.

OnSendingMail(MailMessageEventArgs)

Raises the ChangePassword.SendingMail event before an e-mail message is sent to the SMTP server for processing. The SMTP server then sends the e-mail message to the user.

OnSendMailError(SendMailErrorEventArgs)

Raises the ChangePassword.SendMailError event when an e-mail message cannot be sent to the user.

override
Render(System.Web.UI.HtmlTextWriter)

Writes the System.Web.UI.WebControls.ChangePassword control content to the specified System.Web.UI.HtmlTextWriter object, for display on the client.

override
SaveControlState() : object

Saves any server control state changes that have occurred since the time the page was posted back to the server.

override
SaveViewState() : object

Saves any server control view state changes that have occurred since the time the page was posted back to the server.

override
SetDesignModeState(IDictionary)

Sets design-time data for a control.

override
TrackViewState()

Causes tracking of view-state changes to the server control so that they can be stored in the server control's System.Web.UI.StateBag object. This object is accessible through the System.Web.UI.Control.ViewState property.