JavaScript Editor jscript editor     Web designer 



Main Page

Collecting user input by using forms is a recurring task in Web development. A group of forms that is used to accomplish a task is often called a wizard. ASP.NET provides a Wizard control to simplify many of the tasks that are associated with building a series of forms to collect user input.

Building a series of interconnected forms to break up data collection is a common practice. You can accomplish this by managing the navigation between forms, the data persistence, and the state management in each step.

The ASP.NET Wizard control simplifies many of the tasks that are associated with building multiple forms and collecting user input. The Wizard control provides a simple mechanism that allows you to easily build steps, add a new step, or reorder the steps. You can build linear and non-linear navigation and customize the control's user navigation without writing code.

Expand imageUsing the Wizard Control in Your Page

Expand imageWizard Control Events

Expand imageSee Also



JavaScript Editor jscript editor     Web designer