If you’ve read part 1 and part 2 of this post, then you already know how easy it is to create a wizard using ASP.NET MVC and Ajax. If not, I suggest you read the first and the second part of this tutorial.
In part 1 and part 2, you learned how to create a wizard in ASP.NET MVC using a full page postback and Ajax helper. In this last part of the series, we’ll teach you how to develop a client-side wizard using JQuery.
In this version of the wizard, JQuery will use only one view – the index. It contains all the three steps as <div> elements.
Read the rest of the tutorial in this post:Â http://www.dotnetbips.com/articles/d278e8aa-3f37-40c5-92a2-74e65b1b5653.aspx