ChangePassword::UserNameLabelText Property
.NET Framework (current version)
Gets or sets the label for the User Name text box.
Assembly: System.Web (in System.Web.dll)
public: property String^ UserNameLabelText { virtual String^ get(); virtual void set(String^ value); }
Property Value
Type: System::String^The text to display next to the User Name textbox. The default string is "User Name:".
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
UserNameRequiredErrorMessage
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
Show: