Persisting model state in ASP.NET MVC using Serialize HTMLHelper
- by shiju
ASP.NET MVC 2 futures assembly provides a HTML helper method Serialize that can be use for persisting your model object. The Serialize helper method will serialize the model object and will persist it in a hidden field in the HTML form. The Serialize helper is very useful when situations like you are making multi-step wizard where a…