ChangePassword.ChangePasswordError Event
Assembly: System.Web (in system.web.dll)
public: event EventHandler^ ChangePasswordError { void add (EventHandler^ value); void remove (EventHandler^ value); }
/** @event */ public void add_ChangePasswordError (EventHandler value) /** @event */ public void remove_ChangePasswordError (EventHandler value)
JScript supports the use of events, but not the declaration of new ones.
The ChangePasswordError event is raised when the membership provider specified in the MembershipProvider property encounters an error while attempting to change the password for a user account. This can occur if the user enters an incorrect current password or an invalid new password. The specified MembershipProvider object does not indicate the reason why changing the password failed, only that the password was not changed.
Use the ChangePasswordError event to perform custom actions when the password is not changed.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Reference
ChangePassword ClassChangePassword Members
System.Web.UI.WebControls Namespace
OnChangePasswordError
Other Resources
Server Event Handling in ASP.NET Web PagesASP.NET Login Controls Overview
Customizing the Appearance of ASP.NET Login Controls
ASP.NET Web Server Controls Templates
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