I want to make a sign-up form that spans across 3 pages in ASP.NET MVC.
What method should one use to persist the users answers for the first and second pages before submitting the 3rd page?
Is it done with TempData, Session, or some other method particular to MVC?
Are there any examples of how to do this?