Maintaining gridview data between sessions ASP.NET?

179 Views Asked by At

I'd like to save my current gridview's data in a static var/class/list/whatsoever so I have the current gridview data stored in it as I run the application. I already did it with Viewstate and Sessionstate.

I don't have a use for it, it's just about practicing on how to do that.

Is that even possible?

Thanks.

0

There are 0 best solutions below