Are you making these 3 common ASP.NET AJAX mistakes?
Posted on November 8, 2007 by tobject
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.
Filed under: ASP.NET | Tagged: Ajax, Update Panel