It it necessary to include microsoft.ajax javascript files to use code such as:
@Ajax.BeginForm()
It it necessary to include microsoft.ajax javascript files to use code such as:
@Ajax.BeginForm()
No, it's no longer necessary. ASP.NET MVC 3 uses jquery by default. So you need jquery.unobtrusive-ajax.js which ajaxifies the HTML5 data-* attributes generated by the Ajax.* helpers. So no more MicrosoftAjax*.js.