System.Web.UI.WebControls.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.

Syntax

[System.Web.UI.Themeable(false)]
public virtual string ContinueDestinationPageUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The CreateUserWizard.ContinueDestinationPageUrl property contains the URL of the Web page that the user will see after successfully completing registration on your site. By setting the CreateUserWizard.ContinueDestinationPageUrl property, you can control the first page that newly registered users see.

When the CreateUserWizard.ContinueDestinationPageUrl property is string.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 System.Web.UI.ThemeableAttribute and ASP.NET Themes Overview.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0