Since the release of ASP.NET AJAX the UpdatePanel has received pretty all the attention. All this hype has taken attention away from another feature which I think is a lot more cool - JSON serialized web services. Gone are the days where you have to parse a long XML document. Now the webservice response can be set to pure JSON, which means you can use it directly in your JavaScript.
Read More...