Creating Wizard in ASP.NET MVC (Part 3 - jQuery)
- by bipinjoshi
In Part 1 and
Part 2 of this article series you developed a wizard in an ASP.NET MVC
application using full page postback and Ajax helper respectively. In
this final part of this series you will develop a client side wizard
using jQuery. The navigation between various wizard steps (Next,
Previous) happens without any postback (neither full nor…