Login.LoginError Event
.NET Framework (current version)
Occurs when a login error is detected.
Assembly: System.Web (in System.Web.dll)
The LoginError event is raised when the credentials entered by the user are invalid. You can use the LoginError event to redirect the user to a custom error page, to offer additional help, or to log failed login attempts.
For more information about handling events, see NIB: Consuming Events.
.NET Framework
Available since 2.0
Available since 2.0
Show: