Neeseamynen
New Member
I was supposing that accessing to viewstate from a class in a separate class library is similar to \[code\]session\[/code\], \[code\]application\[/code\] and \[code\]cache\[/code\] object. But I checked \[code\]HttpContext\[/code\] class and I found to entry for viewstate. I'm looking for a way to organize the way I use viewstate in my web app and I want to make a class that handles these kinds of operations. I also checked the questions tagged with the \[code\]viewstate\[/code\] label in SO and I found no similar questions. Would you please telling me how can I access/reference viewstate object from a separate class library?