Hello.
What do you think it's the best way to create a wizard over several pages in asp.net-mvc ? I am thinking to:
- create a hidden field in every page which contain my whole object serialized
- override OnActionExecuting -> get my object from the hidden or tempdata
- override OnResultExecuted -> put the object in tempdata, when i go to the next page(when redirect)