Is there any asp.net framework to build multistep (aka wizard) web forms that require validation (may be dynamic validation, based on data submitted), accessibility, ecc. ?
Thanks!
Marco
Is there any asp.net framework to build multistep (aka wizard) web forms that require validation (may be dynamic validation, based on data submitted), accessibility, ecc. ?
Thanks!
Marco
For most implementations I find that the ASP.NET Multi-View control works very well for performing wizard operations, as you have full control over the rendering and transition processes.
There is a control - Wizard () that is intended for multi-step forms that should support pretty much anything you need.