I'd caution that with multiple update panels you'll want to be careful. Make sure you set the UpdateMode to Conditional. Otherwise, when one update panel is "posted back" to the server, all of them are posted back.
I'd highly suggest using these tools
Web Development Helper (here's a brief tutorial Web Development Helper and ASP.NET Ajax)
Fiddler