Gets or sets a value indicating whether the user is allowed to return to the current step from a subsequent step in a System.Web.UI.WebControls.CreateUserWizard control.
Documentation for this section has not yet been entered.
The CreateUserWizardStep.AllowReturn property is set to false to keep users from returning to the System.Web.UI.WebControls.CreateUserWizardStep step and accidentally trying to create another user account with the same credentials. If you override the CreateUserWizardStep.AllowReturn property and set it to true, you should include logic in your application to remove the user account that was originally created before the user returned to this step, or to allow the user to edit information he or she originally entered.