ChangePassword::NewPasswordLabelText Property
Gets or sets the label text for the New Password text box.
Assembly: System.Web (in System.Web.dll)
public: property String^ NewPasswordLabelText { virtual String^ get(); virtual void set(String^ value); }
Property Value
Type: System::String^The text to display next to the New Password text box. The default is "New Password:".
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.
Available since 2.0
NewPassword
NewPasswordRegularExpressionErrorMessage
NewPasswordRegularExpression
NewPasswordRequiredErrorMessage
ChangePassword Class
System.Web.UI.WebControls Namespace
ASP.NET Login Controls Overview
Customizing the Appearance of ASP.NET Login Controls
ASP.NET Web Server Controls Templates
How to: Display Different Information to Anonymous and Logged In Users
Web Site Administration Tool Security Tab