views:

356

answers:

5

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

+1  A: 

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.

Mitchel Sellers
+1  A: 

There is a control - Wizard () that is intended for multi-step forms that should support pretty much anything you need.

James Conigliaro
+1  A: 

Yes, in asp.net is control

More info...

Jan Remunda
see also http://msdn.microsoft.com/en-us/magazine/cc163894.aspx
Nathan Koop
A: 

Wizard control is not full accessible, because injects javascript code to change between steps.. and cssfriendly adapters found on net not resolve at all the problem..

Anyway, I am looking for a more elengant way..

Marco

A: 

try my work... it works far better then asp.net wizard and it is far more elegant: link text

Vjeran