I am looking for a tool to give me a byte count of ViewState after each postback (full or partial) to make sure that I'm not keeping any controls' states around unnecessarily. Is there a tool out there?
views:
21answers:
3
A:
If you add the attribute Trace="true"
to your page, it will output debug information including the view state when you browse the site. No plugin is required.
For Internet Explorer there is a plugin called Web Development Helper that shows view state information.
Mark Byers
2010-03-23 18:57:43
+2
A:
If you use fiddler, I recommend you this extension
http://blogs.msdn.com/nexpert/
It gives you information about viewstate size and many other performance items.
If you're not using fiddler... what are waiting for??? :-)
Claudio Redi
2010-03-23 19:19:44