Before a year ago, I have same problem as you right now, What I did at that moment the is to maintain my state on server side, and sending plain html without state and having a key of state.
If you didn't found solution for your problem then let me know I can help you with some sample code, or a demo project that how you can maintain state on server side even in file, database, cache, session any where which can work with your application architecture
and you may change the state saving location by just changing key in webconfig.
ammasbhatti
Member
124 Points
22 Posts
Re: will larger viewstate value reduces the page load time?
May 09, 2012 08:57 PM|LINK
Hi, Rajesh!
Before a year ago, I have same problem as you right now, What I did at that moment the is to maintain my state on server side, and sending plain html without state and having a key of state.
If you didn't found solution for your problem then let me know I can help you with some sample code, or a demo project that how you can maintain state on server side even in file, database, cache, session any where which can work with your application architecture and you may change the state saving location by just changing key in webconfig.