PasswordRecovery::SuccessPageUrl Property
.NET Framework (current version)
Gets or sets the URL of the page to display after sending a password successfully.
Assembly: System.Web (in System.Web.dll)
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 null, 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 ASP.NET Themes and Skins.
The following code example sets the PasswordRecovery control to redirect the user to the page defined in the SuccessPageUrl property after sending the user a new password.
.NET Framework
Available since 2.0
Available since 2.0
Show: