Gets or sets the URL of the page that is shown to users after they have changed their password successfully.
Documentation for this section has not yet been entered.
Set the ChangePassword.SuccessPageUrl property when you want users to be redirected to a specific page of your Web site after successfully changing their passwords. If the ChangePassword.SuccessPageUrl property is not set (set is the default), the page containing the System.Web.UI.WebControls.ChangePassword control is refreshed and the ChangePassword.SuccessText property is displayed. If the ChangePassword.SuccessPageUrl property is set, the Success view is not displayed.
This property cannot be set by themes or style sheet themes. For more information, see System.Web.UI.ThemeableAttribute and ASP.NET Themes Overview.