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);
}

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.

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

.NET Framework
Available since 2.0
Return to top
Show: