CreateUserWizard.ActiveStepIndex Property
.NET Framework 3.0
Gets or sets the step that is currently displayed to the user.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public int get_ActiveStepIndex () /** @property */ public void set_ActiveStepIndex (int value)
public override function get ActiveStepIndex () : int public override function set ActiveStepIndex (value : int)
Not applicable.
Property Value
The index of the step that is currently displayed to the user.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.
Community Additions
ADD
Show: