Wednesday, May 2, 2018
Unable to copy file, Access to the path is denied
Thursday, April 26, 2018
if you are getting your json through a get
remember
return Json(result,JsonRequestBehavior.AllowGet);
return Json(result,JsonRequestBehavior.AllowGet);
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
Subscribe to:
Comments (Atom)