Played with it a bit few days ago and it’s awesome! All you have to do is drop an asp:UpdatePanel control on the page and then move controls that require postback (like a datagrid) into the panel. That’s it – it takes care of routing the full-page postbacks via XMLHttpRequest and quietly updating the page with the result. Highly recommended!