asp.net mvc ajax EnableClientValidation and parse returned data
Posted
by user276640
on Stack Overflow
See other posts from Stack Overflow
or by user276640
Published on 2010-03-07T20:39:31Z
Indexed on
2010/03/08
5:36 UTC
Read the original article
Hit count: 491
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?
© Stack Overflow or respective owner