Represents the Button.CommandName value of the Continue button on the final step for creating a user account. The CreateUserWizard.ContinueButtonCommandName field is read-only.
The CreateUserWizard.ContinueButtonCommandName field represents the Button.CommandName value of the Continue button on the final step for creating a user account.
To assign continue functionality to any System.Web.UI.WebControls.Button control contained in the System.Web.UI.WebControls.CreateUserWizard control, set the Button.CommandName property of the button to the string that is contained in the CreateUserWizard.ContinueButtonCommandName field.
The Continue button appears on the template for the final step for creating a user account, which is represented by the CreateUserWizard.CompleteStep property. Clicking the Continue button redirects the user to the URL that is stored in the CreateUserWizard.ContinueDestinationPageUrl property. To add custom functionality to the Continue button, create an event handler for the CreateUserWizard.ContinueButtonClick event.