This documentation is archived and is not being maintained.

PasswordRecovery::AnswerLookupError Event

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

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
 event EventHandler^ AnswerLookupError {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}
<asp:PasswordRecovery OnAnswerLookupError="EventHandler" />

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.

No code example is currently available or this language may not be supported.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Show: