Tagged Questions
0
votes
2answers
64 views
“Read more” sort of thing for partial load of items?
We have a asp.net listview displaying news item on a page and it has paging functionality to load the next set of news which works fine.
A requirement now is to implement more modern Read more ...
0
votes
1answer
765 views
Custom WCF service in Sharepoint 2010 returns 401 Unauthorized
I've followed this guide to create and deploy a custom WCF service in Sharepoint 2010 to be consumed in a Visual Web Part using jQuery.
The WCF service's method does several things:
Make use of ...
3
votes
3answers
3k views
Posting JSON to a REST WCF endpoint in Sharepoint using cksdev
http://ranaictiu-technicalblog.blogspot.com/2011/09/sharepoint-2010-access-wcf-service-with.html?showComment=1323864446083#c4340503928745769810 has an example of using JQuery Ajax to GET or POST to ...