ChangePassword.ConfirmPasswordRequiredErrorMessage Property
.NET Framework (current version)
Gets or sets the error message that is displayed when the Confirm New Password text box is left empty.
Assembly: System.Web (in System.Web.dll)
abstract ConfirmPasswordRequiredErrorMessage : string with get, set override ConfirmPasswordRequiredErrorMessage : string with get, set
Property Value
Type: System.StringThe error message that is displayed when users attempt to change their password without entering the new password in the ConfirmNewPassword input box.
The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see LocalizableAttribute and ASP.NET Globalization and Localization.
.NET Framework
Available since 2.0
Available since 2.0
Show: