PasswordRecovery.SuccessPageUrl Property
.NET Framework 3.0
Gets or sets the URL of the page to display after sending a password successfully.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[ThemeableAttribute(false)] public: virtual property String^ SuccessPageUrl { String^ get (); void set (String^ value); }
/** @property */ public String get_SuccessPageUrl () /** @property */ public void set_SuccessPageUrl (String value)
public function get SuccessPageUrl () : String public function set SuccessPageUrl (value : String)
Not applicable.
Property Value
The URL of the password success page. The default is Empty.The SuccessPageUrl property contains the URL of the page that is displayed after a password has successfully been sent to a user.
If the SuccessPageUrl property is not a null reference (Nothing in Visual Basic), the user is directed to the page defined in the SuccessPageUrl property; otherwise, the page containing the PasswordRecovery control is refreshed.
This property cannot be set by themes or style sheet themes. For more information, see ThemeableAttribute and Introduction to ASP.NET Themes.
Community Additions
ADD
Show: