CreateUserWizard::ActiveStepIndex Property
.NET Framework (current version)
Gets or sets the step that is currently displayed to the user.
Assembly: System.Web (in System.Web.dll)
public: property int ActiveStepIndex { virtual int get() override; virtual void set(int value) override; }
The ActiveStepIndex property provides the zero-based index of the step that is currently displayed in the CreateUserWizard control. You can programmatically set the ActiveStepIndex property to dynamically display a step to the user.
.NET Framework
Available since 2.0
Available since 2.0
Show: