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.
-
Yes, in asp.net is control
Nathan Koop : see also http://msdn.microsoft.com/en-us/magazine/cc163894.aspx -
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
-
try my work... it works far better then asp.net wizard and it is far more elegant: link text
0 comments:
Post a Comment