如何知道ASP.NET AJAX中回调的大小?

时间:2022-12-04 18:27:09

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?

我想知道ASP.NET AJAX正在做的回调的大小。我也在使用ASP.NET Control Toolkit。我怎样才能做到这一点?

2 个解决方案

#1


I use firefox and firebug for this (look at the 'net' panel in firebug)

我使用firefox和firebug(看看firebug中的'net'面板)

#2


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

实时HTTP标头(Firefox)或Fiddler 2(IE)可能很有用 - 它们都显示所有标头,包括内容大小。

#1


I use firefox and firebug for this (look at the 'net' panel in firebug)

我使用firefox和firebug(看看firebug中的'net'面板)

#2


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

实时HTTP标头(Firefox)或Fiddler 2(IE)可能很有用 - 它们都显示所有标头,包括内容大小。