PasswordRecovery.SuccessText Property
Assembly: System.Web (in system.web.dll)
[LocalizableAttribute(true)] public: virtual property String^ SuccessText { String^ get (); void set (String^ value); }
/** @property */ public String get_SuccessText () /** @property */ public void set_SuccessText (String value)
public function get SuccessText () : String public function set SuccessText (value : String)
Property Value
The 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 a null reference (Nothing in Visual Basic), 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 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.