Sets the specified System.Web.UI.WebControls.WizardStepBase-derived object as the value for the Wizard.ActiveStep property of the System.Web.UI.WebControls.Wizard control.
- wizardStep
- The System.Web.UI.WebControls.WizardStepBase-derived object to set as the Wizard.ActiveStep.
Use the Wizard.MoveTo(WizardStepBase) method to control which System.Web.UI.WebControls.WizardStepBase-derived object is set as the value for the Wizard.ActiveStep property in the System.Web.UI.WebControls.Wizard control programmatically. This way, you can change the Wizard.ActiveStep property dynamically based on other conditions during run time.