CreateUserWizard.ContinueDestinationPageUrl Property

 

Gets or sets the URL of the page that the user will see after clicking the Continue button on the success page.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

[<ThemeableAttribute(false)>]
abstract ContinueDestinationPageUrl : string with get, set
[<ThemeableAttribute(false)>]
override ContinueDestinationPageUrl : string with get, set

Property Value

Type: System.String

The URL of the destination page. The default is Empty.

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.

The following code example uses the ContinueDestinationPageUrl property to return the user to the page that the user was viewing before reaching the registration page.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: