Documentation for this section has not yet been entered.
The Login.FailureAction property defines the behavior of the System.Web.UI.WebControls.Login control when the user does not successfully log in to the Web site.
The default behavior reloads the page and displays the contents of the Login.FailureText property to alert the user that the login attempt failed.
When Login.FailureAction is set to LoginFailureAction.RedirectToLoginPage, the user is redirected to the login page defined in the Web.config file.
This property cannot be set by themes or style sheet themes. For more information, see System.Web.UI.ThemeableAttribute and ASP.NET Themes Overview.