Im relatevely new with Asp.net MVC3,
I have a form handled with Ajax, like this:
@using (Ajax.BeginForm(\"dtjson\", new AjaxOptions { HttpMethod = \"Post\"
I my case I had "return View" instead of "return PartialView".