Login Constructor ()
.NET Framework (current version)
Creates a new instance of the Login control.
Assembly: System.Web (in System.Web.dll)
The Login constructor creates a new instance of the Login control that can be programmatically inserted into a Web page.
The following table shows the initial property values for a new instance of Login.
Property | Initial value |
|---|---|
true | |
true | |
true | |
"Your login attempt has failed. Please try again." | |
"Default" | |
"Password:" | |
"Password." | |
false | |
"Remember me next time." | |
"Login" | |
"Login" | |
"User Name:" | |
"User Name." |
.NET Framework
Available since 2.0
Available since 2.0
Show: