Im going to make a wizard in asp.net. Step one will be about 7 radiobuttons, leading to different steps. Each step will have some dropdown lists or similar, leading to a final page. The final page will be the same no matter which "route" you take. What i would like to know is: Do i solve this by creating an asp:wizard, or maybe just show/hide some asp:placeholders? Or do i make the steps on the clientside, using a generic handler to save to my database, ge开发者_高级运维nerate json results to populate dropdowns etc? Thanks
If you have know-how of jQuery
and other stuff then you must to use jQuery/jQuery
plugins.
Wizard plugins
- http://thecodemine.org/
- Stackoverflow Thread
精彩评论