This article assumes that you have a basic understanding of ASP.NET, C#, CSS, and Visual Studio.
These days people are longing for the wizard functionality of many of Microsoft’s applications in their web applications. This functionality is included in the .NET framework 2.0, but what if you are using the .NET 1.x Framework?
The wizard functionality can be achieved using current 1.x controls with a little extra coding. It is not at all complicated. Using the Panel control, a style sheet, and some link button controls, you can create very nice “wizard style” functionality with your current platform.
First, you will want to create a new C# ASP.NET project in Visual Studio.
We will call this project "Wizard".
Next, make sure to add a stylesheet to your project.