All Tags »
Performance »
ViewState (RSS)
Sorry, but there are no more tags available to filter with.
-
At the Richmond Code Camp I went over some of my tips and tricks to get ASP.NET to perform as fast as possible. One of the biggest things you have to do is reduce the size of your ViewState and also move it to the bottom of the page. It was brought to my attention that the View State can be stripped entirely from the page as it is ...