Have you included / specified all the necessary javascript files?
You say you are using MVC 3.
If you have UnobtrusiveJavaScriptEnabled , you will need:
- JQuery
- jquery.unobtrusive-ajax.js
if you also use client side validation you will need
- jquery.validate.js
- jquery.validate.unobtrusive.js
These files can be found when creating a new MVC3 project.
Gidon
source share