I'm trying to understand the accepted answer for Persisting DataSource in GridView after PostBack as I have a similar problem.
Quote:
I steer clear of putting stuff into the VeiwState or session unnecessarily, so I think the best way to persist this data is to Cache it.
When I look at the MS suggestions for state management: ASP.NET State Management Overview caching is no where to be seen. There is a comment (search for Jim_Huff), asking about this, but it isn't answered.
Question: What's the deal with cache in this context - should I use it or not?