How Big is Your ViewState?

February 21st, 2007

One way to speed up an ASP.NET application is to trim ViewState as much as possible. You can do it by turning off ViewState for controls which do not need it or to move the ViewState to the server-side by adjusting the Page State Persister. To keep an eye on your ViewState you can use the following link as a bookmarklet which will tell you the length of the ViewState for the current page.

ViewState Length [save this bookmark]

One Response to “How Big is Your ViewState?”

  1. Enemy of the State - Same Old Applications Says:

    [...] For track ViewState size:Using one simple JavaScript method activated from brosers URL field. Look at the script at How Big is Your ViewState?. [...]