asp.net mvc ajax EnableClientValidation and parse returned data
- by user276640
i use ajax.beginform with EnableClientValidation. problem -the form sends data to controller in any case even the form is not correct -what the proiblem?
the second qusion- i return ajax data like this
return Json(new { value = "msg" });
how can i parse this data from javascript on view?