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.
Create Forms in Symfony2 the easy way
11 years ago