Are you making these 3 common ASP.NET AJAX mistakes?

Check out Dave Wards advice on Update Panels and Postabacks HERE

In this post, I’d like to point out a few of the problems I’ve seen developers running into and what you can keep in mind to avoid them:

  • Page events still fire during partial postbacks.
  • UpdatePanel events fire, even when not updating.
  • Control event handlers fire after Load events.

Leave a Reply