Tuesday, March 4, 2008

AJAX.net Full page postBack Problem

If you have this line in your web.config file

<xhtmlconformance mode="Legacy"></xhtmlconformance>

Then there will be a postback of whole page. Remove this from your Web.config for AJAX to run.