In ASP.Net MVC 3.0 i am using a Ajax.Beginform
and hitting a JsonResult on success of the form i am calling a jQuery Function. but for some reason my form is redirec
when this happens its almost always because your script files aren't loaded
note from:
http://completedevelopment.blogspot.com/2011/02/unobstrusive-javascript-in-mvc-3-helps.html
So load up fiddler http://fiddler2.com and see if the scripts are being called and loaded.