ChangePassword::SuccessPageUrl Property
.NET Framework (current version)
Gets or sets the URL of the page that is shown to users after they have changed their password successfully.
Assembly: System.Web (in System.Web.dll)
Set the SuccessPageUrl property when you want users to be redirected to a specific page of your Web site after successfully changing their passwords. If the SuccessPageUrl property is not set (set is the default), the page containing the ChangePassword control is refreshed and the SuccessText property is displayed. If the 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 ThemeableAttribute and ASP.NET Themes and Skins.
.NET Framework
Available since 2.0
Available since 2.0
Show: