System.Web.UI.WebControls.CreateUserWizard.UserName Property

Gets or sets the user name entered by the user.

Syntax

public virtual string UserName { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If a user name is required by the membership provider specified in the CreateUserWizard.MembershipProvider property, then the user name text box will appear on the System.Web.UI.WebControls.CreateUserWizard control. Each text box displayed on the System.Web.UI.WebControls.CreateUserWizard control has a System.Web.UI.WebControls.RequiredFieldValidator object associated with it.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0