System.Web.UI.WebControls.PasswordRecovery: Event Members

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

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

Public Events

AnswerLookupError

Occurs when the user enters an incorrect answer to the password recovery confirmation question.

SendingMail

Occurs before the user is sent a password in e-mail.

SendMailError

Occurs when the SMTP Mail system throws an error while attempting to send an e-mail message.

UserLookupError

Occurs when the membership provider cannot find the user name entered by the user.

VerifyingAnswer

Occurs when the user has submitted an answer to the password recovery confirmation question.

VerifyingUser

Occurs before the user name is validated by the membership provider.