Displaying a Wizard
You can use the Wizard
control, like the MultiView
control, to divide a large form into multiple subforms. The Wizard
control, however, supports many advanced features not supported by the MultiView
control.
The Wizard
control contains one or more WizardStep
child controls. Only one WizardStep
displays at a time.
The Wizard
control supports the following properties (this is not a complete list):
• ActiveStep
—
Enables you to retrieve the active WizardStep
control.
• ActiveStepIndex
—
Enables you to set or get the index of the active WizardStep
control.
• CancelDestinationPageUrl
—
Enables you to specify the URL where the user is sent when the Cancel button is clicked.
• DisplayCancelButton
—
Enables you to hide or display the ...
Get ASP.NET 4 Unleashed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.