Skip to content

DevExpress-Examples/asp-net-web-forms-page-control-create-a-wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Page Control for ASP.NET Web Forms - How to create a wizard interface

This example demonstrates how to use the Page Control to create a wizard interface.

Create a Wizard

In the example, every wizard step is a tab page that displays multiple fields. Mandatory fields are marked with an asterisk. You need to fill in the mandatory fields to move forward but you can keep them empty to move backwards. Click the Next button at the bottom of the current page to proceed to the next step, or click the Personal, Date, or Contact tab to navigate to the corresponding step.

Before you proceed to the next step, the Validation Summary control validates values of the editors displayed on the current page and shows all validation errors. Fix the errors to move forward.

Files to Review

Documentation

More Examples