Login Constructor ()

 

Creates a new instance of the Login control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
Login()

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

RememberMeSet

true

VisibleWhenLoggedIn

true

FailureAction

true

FailureText

"Your login attempt has failed. Please try again."

MembershipProvider

"Default"

Orientation

Vertical

PasswordLabelText

"Password:"

PasswordRequiredErrorMessage

"Password."

RememberMeSet

false

RememberMeText

"Remember me next time."

LoginButtonText

"Login"

TextLayout

TextOnLeft

TitleText

"Login"

UserNameLabelText

"User Name:"

UserNameRequiredErrorMessage

"User Name."

The following code example uses the Login constructor to create a new instance of the Login control and add that instance to the Controls collection of a PlaceHolder control.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: