views:

38

answers:

2

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
+1  A: 

Live HTTP Headers (Firefox) or Fiddler 2 (IE) might be useful - they both show all headers including content size.

stusmith

related questions