CreateUserWizard.PasswordHintText Property
.NET Framework 3.0
Gets or sets the text that describes password requirements.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_PasswordHintText () /** @property */ public void set_PasswordHintText (String value)
public function get PasswordHintText () : String public function set PasswordHintText (value : String)
Not applicable.
Property Value
The text that describes password requirements. The default value is an empty string ("").You can use the PasswordHintText property to provide guidelines and requirements for the user on how to create a password. For example, you could set the PasswordHintText property to "Your password must be at least six characters long." You can then use the PasswordRegularExpression property to validate that the user entered a password that conforms to the guidelines.
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.
Community Additions
ADD
Show: