How Big is Your ViewState?
February 21st, 2007One 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]

September 25th, 2007 at 3:00 pm
[...] For track ViewState size:Using one simple JavaScript method activated from brosers URL field. Look at the script at How Big is Your ViewState?. [...]