System.Web.UI.WebControls.ChangePassword.ContinueDestinationPageUrl Property

Gets or sets the URL of the page that the user will see after clicking the Continue button on the Success view.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

The ChangePassword.ContinueDestinationPageUrl property contains the URL of the Web page that users will see after successfully changing their password. By setting the ChangePassword.ContinueDestinationPageUrl, you can control the first page that users see after changing their password.

If the ChangePassword.ContinueDestinationPageUrl property is the default, an string.Empty field, when the user clicks the Continue button, the page is refreshed and any values on the form are cleared.

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