Gets or sets informational text that appears on the System.Web.UI.WebControls.ChangePassword control between the ChangePassword.ChangePasswordTitleText and the input boxes.
Documentation for this section has not yet been entered.
The ChangePassword.InstructionText property gets or sets informational text that appears on the System.Web.UI.WebControls.ChangePassword control. The default is string.Empty.
Use this property to display general information about your control. You can also use the ChangePassword.PasswordHintText property to display instructions about password requirements specified in the membership provider or in the ChangePassword.NewPasswordRegularExpression property.
The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see System.ComponentModel.LocalizableAttribute and ASP.NET Globalization and Localization.