PasswordRecovery::UserLookupError Event
.NET Framework (current version)
Occurs when the membership provider cannot find the user name entered by the user.
Assembly: System.Web (in System.Web.dll)
The UserLookupError event is raised when the membership provider cannot find the user name entered by the user.
For more information about handling events, see NIB: Events and Delegates.
The following code example handles the UserLookupError event and resets the UserNameTitleText property if the user enters an invalid user name.
.NET Framework
Available since 2.0
Available since 2.0
Show: