Hi, I want to know the size of the callbacks that ASP.NET AJAX are doing. I'm using the ASP.NET Control Toolkit too. How can I do that?
+2
A:
I use firefox and firebug for this (look at the 'net' panel in firebug)
Steve Willcock
2009-04-23 13:17:54
+1
A:
Live HTTP Headers (Firefox) or Fiddler 2 (IE) might be useful - they both show all headers including content size.
stusmith
2009-04-23 13:46:41