Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
16430 Points
3173 Posts
May 08, 2012 11:58 AM|LINK
rajesh saharan in my case how can i decrease the viewstate size ?
in my case how can i decrease the viewstate size ?
Just set EnableViewState="false" for all controls which donot require to maintain state b/w post backs.
nijhawan.sau...
All-Star
16430 Points
3173 Posts
Re: will larger viewstate value reduces the page load time?
May 08, 2012 11:58 AM|LINK
Just set EnableViewState="false" for all controls which donot require to maintain state b/w post backs.