PasswordRecovery.UserNameTitleText Property
Assembly: System.Web (in system.web.dll)
[LocalizableAttribute(true)] public: virtual property String^ UserNameTitleText { String^ get (); void set (String^ value); }
/** @property */ public String get_UserNameTitleText () /** @property */ public void set_UserNameTitleText (String value)
public function get UserNameTitleText () : String public function set UserNameTitleText (value : String)
Not applicable.
Property Value
The title for the UserName view. The default is "Forgot Your Password?"The UserNameTitleText property contains the text to display as the title of the UserName view, which asks the user to enter his or her user name.
The style settings in the TitleTextStyle property define the appearance of the text in the UserNameTitleText property.
When you use the UserNameTemplate property to define the appearance of the UserName view, the UserNameTitleText property has no effect.
The default text for the property is localized based on the server's locale setting.
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.
The following code example sets the UserNameTitleText property. If the user does not enter a valid user name, the UserNameTitleText property is reset in the UserLookupError event.