ASP.NET MVC: How to create a basic Pseudo Viewstate? Or better solution?

Posted by Mark Redman on Stack Overflow See other posts from Stack Overflow or by Mark Redman
Published on 2010-05-09T16:42:39Z Indexed on 2010/05/09 16:48 UTC
Read the original article Hit count: 169

Filed under:
|
|

I am newish to MVC and understand all the great things about it, including the reasons why voewstate isnt available, however there are some circumstances where I think having some kind of view state will be quite handy, In my case I am thinking about list pages with various search filters that can be applied to the list.

Would it be worthwhile implementing some kind of pseudo viewstate to hold this info in some cases? or is there a better solution?

Any examples out there?

Your comments appreciated.

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about c#