Wednesday, March 25, 2015

Sharepoint REST API based data view webpart

This blog explains an efficient way to create a data view webpart using only REST based web service calls. It is quite useful for may of the complex view and query operations required on a coporate intranet site.

http://summit7systems.com/who-needs-a-data-view-web-part-sharepoint-rest-and-datatables-net/

No comments:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...