remember
return Json(result,JsonRequestBehavior.AllowGet);
Thursday, April 26, 2018
JSON - A circular reference was detected while serializing an object of type 'System.Reflection
var result = JsonConvert.SerializeObject(ds, Formatting.Indented,
new JsonSerializerSettings
{
ReferenceLoopHandling = ReferenceLoopHandling.Ignore
});
return Json(result,JsonRequestBehavior.AllowGet);
new JsonSerializerSettings
{
ReferenceLoopHandling = ReferenceLoopHandling.Ignore
});
return Json(result,JsonRequestBehavior.AllowGet);
Wednesday, March 28, 2018
Monday, March 5, 2018
if you cant find save as template
just navigate here /_layouts/15/savetmpl.aspx
Monday, February 26, 2018
opening excel docs in SP in client
Sunday, February 4, 2018
in order to have ellipsis in document library
u need
Wednesday, January 31, 2018
Invalid text value in sharepoint workflow
will happen is the value of the text is larger than 255
Subscribe to:
Comments (Atom)