PasswordRecovery::AnswerLookupError Event
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 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.