Pass object using JSON
Posted
by Pankaj
on Stack Overflow
See other posts from Stack Overflow
or by Pankaj
Published on 2010-05-26T08:34:52Z
Indexed on
2010/05/26
9:21 UTC
Read the original article
Hit count: 353
JavaScript
|JSON
Hello All right now i am using Json for passing status and message like
return Json(new { Success = true, Message = "Save successfully" });
Project model=new Project()
Is there any way, i can send model in json also?
I am using c# and asp.net mvc
© Stack Overflow or respective owner