ChangePassword Events
.NET Framework 3.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
Web Server Controls Templates (Visual Studio)
Introduction to ASP.NET Themes
How to: Create Web Server Control Templates Dynamically
How to: Create Web Server Control Templates Using ASP.NET Syntax
How to: Display 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: