CreateUserWizard::ContinueDestinationPageUrl Property
.NET Framework (current version)
Gets or sets the URL of the page that the user will see after clicking the Continue button on the success page.
Assembly: System.Web (in System.Web.dll)
The ContinueDestinationPageUrl property contains the URL of the Web page that the user will see after successfully completing registration on your site. By setting the ContinueDestinationPageUrl property, you can control the first page that newly registered users see.
When the ContinueDestinationPageUrl property is Empty and 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 ThemeableAttribute and ASP.NET Themes and Skins.
.NET Framework
Available since 2.0
Available since 2.0
Show: