c# - Wizard in asp.net, client vs serverside -


im going make wizard in asp.net. step 1 7 radiobuttons, leading different steps. each step have dropdown lists or similar, leading final page. final page same no matter "route" take. know is: solve creating asp:wizard, or maybe show/hide asp:placeholders? or make steps on clientside, using generic handler save database, generate json results populate dropdowns etc? thanks

if have know-how of jquery , other stuff must use jquery/jquery plugins.

wizard plugins

  1. http://thecodemine.org/
  2. stackoverflow thread

Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -