System.Web.UI.WebControls.PasswordRecovery.AnswerLookupError Event

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

Syntax

public event EventHandler AnswerLookupError

Remarks

The PasswordRecovery.AnswerLookupError event is raised when the answer to the password recovery question is not validated by the membership provider defined in the PasswordRecovery.MembershipProvider property.

If the membership provider does not support password recovery question and answer, the PasswordRecovery.AnswerLookupError event is never raised.

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0