Login.FailureAction Property
Gets or sets the action that occurs when a login attempt fails.
Assembly: System.Web (in System.Web.dll)
[<ThemeableAttribute(false)>] abstract FailureAction : LoginFailureAction with get, set [<ThemeableAttribute(false)>] override FailureAction : LoginFailureAction with get, set
Property Value
Type: System.Web.UI.WebControls.LoginFailureActionOne of the LoginFailureAction enumeration values. The default is Refresh.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The selected value is not one of the LoginFailureAction enumeration values. |
The FailureAction property defines the behavior of the 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 FailureText property to alert the user that the login attempt failed.
When FailureAction is set to 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 ThemeableAttribute and ASP.NET Themes and Skins.
Available since 2.0