CreateUserWizardStep::AllowReturn Property
Gets or sets a value indicating whether the user is allowed to return to the current step from a subsequent step in a CreateUserWizard control.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property bool AllowReturn { virtual bool get() override; virtual void set(bool value) override; }
Property Value
Type: System::Booleantrue if the user is allowed to return to the CreateUserWizardStep step; otherwise, false. The default is false.
| Exception | Condition |
|---|---|
| InvalidOperationException | An attempt was made to set the property. |
The AllowReturn property is set to false to keep users from returning to the CreateUserWizardStep step and accidentally trying to create another user account with the same credentials. If you override the 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.
Available since 2.0