PasswordRecovery::SuccessText Property
Gets or sets the text to display after sending a password successfully.
Assembly: System.Web (in System.Web.dll)
public: virtual property String^ SuccessText { String^ get (); void set (String^ value); }
<asp:PasswordRecovery SuccessText="String" />
Property Value
Type: System::StringThe text to display when a password has been successfully sent. The default is "Your password has been sent to you."
The SuccessText property is displayed in the Success view when a password has been successfully sent to a user.
The style settings in the SuccessTextStyle property define the appearance of the SuccessText property.
When you use a template assigned to the SuccessTemplate property, the SuccessText property has no effect.
If the SuccessPageUrl property is not nullptr, the user is redirected to the page defined in the SuccessPageUrl property, and the 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 LocalizableAttribute and ASP.NET Globalization and Localization.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.