public ActionResult onRowInserting(ContactInfo item) { int id = item.Insert(); return(JsonMax(new { result = "Success", data = id })); }