开发者

Wizard in asp.net, client vs serverside

开发者 https://www.devze.com 2023-04-11 23:21 出处:网络
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 wil

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

  1. http://thecodemine.org/
  2. Stackoverflow Thread
0

精彩评论

暂无评论...
验证码 换一张
取 消