A Useful Article on MSAJAX and UpdatePanels
I found this article on UpdatePanel tips and tricks useful. The official site at http://ajax.asp.net has loads of documentation, but I haven’t found it too useful other than for the very basic stuff.
The feel I got from the ajax.asp.net documentation was that you weren’t supposed to write any JavaScript to use with UpdatePanels. This article showed how to trigger JavaScript before and after an UpdatePanel updates and how to bypass the UpdatePanels altogether.
Also, Firebug has been very useful in debugging this since you can see the full request and response for all the communication back to the server. The logging ability is also much nicer than having alert boxes everywhere.
Leave a Reply