Skip to content

edelleonardo/how-to-organize-wizard-interface-within-aspxpagecontrol-e3050

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to organize Wizard interface within ASPxPageControl

[Run Online]

The example illustrates how to organize Wizard interface within ASPxPageControl. Navigation between Wizard's step is performed via the "Next" button or by clicking the corresponding TabPage. The client-side validation occurs before each next Wizard's step - all inputs should be populated with the corresponding values. Validation errors are grouped within the ASPxValidationSummary control. The content of each TabPage (Wizard's step) is organized within the corresponding ValidationGroup.

ASP.NET MVC Version:
How to organize Wizard interface within PageControl Extension

See Also:
How to organize Wizard interface within ASPxPageControl and ASPxMenu
Validation within a multipage container
Validation within a multipage container (on callbacks)


About

.NET, ASP.NET Web Forms, Navigation, Layout & Multi-Purpose Controls

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ASP.NET 83.4%
  • C# 16.6%