Is there any information showing the performance differences (primarily number of bytes sent and received) between these three ways of sending and receiving data without a full postback:
UpdatePanel
PageMethod
Web Service
By Web Service I mean calling a method within a Web Service from javascript similar to the way you would call a PageMethod.