Wizard

How to manage the Wizard control appearance in ASP.NET pages

The Wizard control offers a big set of different properties you can use. For small changes, you can set various top-level properties. For example, you can control the colors, fonts, spacing, and border style. You can also modify the appearance of every button and add a header by using the HeaderText property.

More control is …

Learn more

How to use the Wizard control events in ASP.NET pages

If your project includes the Wizard control, described in the article: How to use the Wizard control steps in ASP.NET, you should take care about events raised by the control. The next table lists these events:

 

Event

Description

ActiveStepChanged
This event occurs when the Wizard control switches to a new step.

CancelButtonClick

This event occurs when …

Learn more

How to use the Wizard control steps in ASP.NET pages

The Wizard control is a more fascinating version of the MultiView control which is described in the article: How to use the MultiView control in ASP.NET pages. The control shows one of several views at a time, but you can customize it by using navigation buttons, a sidebar with step links, styles, and templates. Usually …

Learn more