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.