Does anyone have any go example I could follow to create wizard in MVC 2? When using old ASP.Net you had server controls where you could other controls, and based upon how a user went through the steps you could add other steps dynamically or show other controls dynamically.
Basically, all I am trying to do is to create a wizard where based upon what answers are gain, add some other questions (controls) dynamically, and at the end of the wizard to show a table of results.
Are there any good examples out there?