System.Web.UI.WebControls Namespace Wizard Class
.NET Framework version 2.0
Returns the step that is currently displayed to the user in a Wizard control.
Script |
[ WizardStepBase var = ] Wizard.ActiveStep |
The property is read only with no default value.
Use the ActiveStep property to determine the WizardStepBase object that is currently displayed in the Wizard control.
The ActiveStep property is read-only; you can, however, use the ActiveStep property to access the properties of the current WizardStepBase object.
To dynamically change the ActiveStep to a different WizardStepBase object, use the ActiveStepIndex property.
Alternatively, you can use the MoveTo method to dynamically set the ActiveStep property.
Wizard Members ActiveStepIndex WizardStepBase