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