ChangePassword Events
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| CancelButtonClick | Occurs when the user clicks the Cancel button to cancel changing a password. |
| ChangedPassword | Occurs when the password is changed for a user account. |
| ChangePasswordError | Occurs when there is an error changing the password for the user account. |
| ChangingPassword | Occurs before the password for a user account is changed by the membership provider. |
| ContinueButtonClick | Raises the ContinueButtonClick event when the user clicks the Continue button. |
| DataBinding | Occurs when the server control binds to a data source. (Inherited from Control.) |
| Disposed | Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. (Inherited from Control.) |
| Init | Occurs when the server control is initialized, which is the first step in its lifecycle. (Inherited from Control.) |
| Load | Occurs when the server control is loaded into the Page object. (Inherited from Control.) |
| PreRender | Occurs after the Control object is loaded but prior to rendering. (Inherited from Control.) |
| SendingMail | Occurs before the user is sent an e-mail confirmation that the password has been changed. |
| SendMailError | Occurs when there is an SMTP error sending an e-mail message to the user. |
| Unload | Occurs when the server control is unloaded from memory. (Inherited from Control.) |
Reference
ChangePassword ClassSystem.Web.UI.WebControls Namespace
ChangePassword.CurrentPassword Property
ChangePassword.NewPassword Property
CreateUserWizard
PasswordRecovery
Login
DeleteUser
Other Resources
ASP.NET Login Controls OverviewCustomizing the Appearance of ASP.NET Login Controls
ASP.NET Web Server Controls Templates
ASP.NET Themes and Skins Overview
How To: Create ASP.NET Web Server Control Templates Dynamically
How to: Create ASP.NET Web Control Templates Declaratively
How to: Display Different Information to Anonymous and Logged-in Users
Web Site Administration Tool Security Tab
Securing Login Controls
Basic Security Practices for Web Applications
Securing Membership
Community Additions
ADD
Show: