System.Web.UI.WebControls.CreateUserWizard.ConfirmPassword Property

Gets the second password entered by the user.

Syntax

public virtual string ConfirmPassword { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The CreateUserWizard.ConfirmPassword property contains the second password (the confirmation password) entered by the user. By default, a System.Web.UI.WebControls.CompareValidator object is provided for the CreateUserWizard.Password and CreateUserWizard.ConfirmPassword text box values. Each text box displayed on the System.Web.UI.WebControls.CreateUserWizard control also has a System.Web.UI.WebControls.RequiredFieldValidator 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