PasswordRecovery.UserNameFailureText Property
Assembly: System.Web (in system.web.dll)
[LocalizableAttribute(true)] public: virtual property String^ UserNameFailureText { String^ get (); void set (String^ value); }
/** @property */ public String get_UserNameFailureText () /** @property */ public void set_UserNameFailureText (String value)
public function get UserNameFailureText () : String public function set UserNameFailureText (value : String)
Not applicable.
Property Value
The text displayed when the user name entered by the user is not a valid user name for the Web site. The default is "We were unable to access your information. Please try again."The UserNameFailureText property contains the error message that is displayed when the user enters a user name that is not recognized by the membership provider defined in the MembershipProvider property.
The style settings in the FailureTextStyle property define the appearance of the text in the UserNameFailureText property.
When you assign a template to the UserNameTemplate property, the UserNameFailureText property is displayed in an optional Literal control with the ID property set to "FailureText".
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.