UpdatePanel causing full page postback using ASP.Net Ajax
This took me several hours to debug. Had all the correct settings in web.config, right assemblies referenced etc.
However the web.config had:
<xhtmlconformance mode="Legacy" />
hidden in it. With this setting the Ajax client-side stuff wasn't working so a full postback kept happening.
Posted: 15. July 2008 15:27 by cutty
Categories: ASP.Net Coding Hints and Tips
Tags: ajax, asp.net, updatepanel