Documentation for this section has not yet been entered.
The PasswordRecovery.SuccessText property is displayed in the Success view when a password has been successfully sent to a user.
The style settings in the PasswordRecovery.SuccessTextStyle property define the appearance of the PasswordRecovery.SuccessText property.
When you use a template assigned to the PasswordRecovery.SuccessTemplate property, the PasswordRecovery.SuccessText property has no effect.
If the PasswordRecovery.SuccessPageUrl property is not null, the user is redirected to the page defined in the PasswordRecovery.SuccessPageUrl property, and the System.Web.UI.WebControls.PasswordRecovery control's Success view is not shown to the user.
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 System.ComponentModel.LocalizableAttribute and ASP.NET Globalization and Localization.