Login Control Events
Login Control Events
- LoggingIn : This event is raised during a postback, after the page's LoadComplete event has occurred. It marks the beginning of the login process. Use this event for tasks that must occur prior to beginning the authentication process.
- Authenticate : This event is raised after the LoggingIn event. Use this event to override or enhance the default authentication behavior of a Login control.
- LoggedIn : This event is raised after the user name and password have been authenticated. Use this event to redirect to another page or to dynamically set the text in the control. This event does not occur if there is an error or if authentication fails.
- LoginError : This event is raised if authentication was not successful. Use this event to set text in the control that explains the problem or to direct the user to a different page.