System.Web.UI.WebControls.PasswordRecovery.SuccessPageUrl Property

Gets or sets the URL of the page to display after sending a password successfully.

Syntax

[System.Web.UI.Themeable(false)]
public virtual string SuccessPageUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The PasswordRecovery.SuccessPageUrl property contains the URL of the page that is displayed after a password has successfully been sent to a user.

If the PasswordRecovery.SuccessPageUrl property is not null, the user is directed to the page defined in the PasswordRecovery.SuccessPageUrl property; otherwise, the page containing the System.Web.UI.WebControls.PasswordRecovery control is refreshed.

This property cannot be set by themes or style sheet themes. For more information, see System.Web.UI.ThemeableAttribute and ASP.NET Themes Overview.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0