PasswordRecovery::AnswerLookupError Event
.NET Framework (current version)
Occurs when the user enters an incorrect answer to the password recovery confirmation question.
Assembly: System.Web (in System.Web.dll)
The AnswerLookupError event is raised when the answer to the password recovery question is not validated by the membership provider defined in the MembershipProvider property.
If the membership provider does not support password recovery question and answer, the AnswerLookupError event is never raised.
For more information about handling events, see NIB: Consuming Events.
The following code example uses the AnswerLookupError event to reset the QuestionTitleText property if the user enters an invalid answer to the password confirmation question.
.NET Framework
Available since 2.0
Available since 2.0
Show: