PasswordRecovery::SuccessPageUrl Property
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 nullptr, 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.