PasswordRecovery.UserNameInstructionText Property

Note: This property is new in the .NET Framework version 2.0.

Gets or sets the text to display in the UserName view of the PasswordRecovery control to instruct the user to enter a user name.

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)

[LocalizableAttribute(true)] 
public:
virtual property String^ UserNameInstructionText {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_UserNameInstructionText ()

/** @property */
public void set_UserNameInstructionText (String value)

public function get UserNameInstructionText () : String

public function set UserNameInstructionText (value : String)

Property Value

The instruction text to display in the UserName view. The default is "Enter your user name to receive your password."

The UserNameInstructionText property is displayed in the UserName view to explain to the user how to use the PasswordRecovery control.

The style settings in the InstructionTextStyle property define the appearance of the text in the UserNameInstructionText property.

When using a template assigned to the UserNameTemplate property, the UserNameInstructionText property is not displayed.

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 UserNameInstructionText property to "Enter your Web site user name."

No code example is currently available or this language may not be supported.

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0

Community Additions

ADD
Show: