Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 25064

paginating a clientcontext query to a remote list from a browser.

$
0
0

I am trying to use the clientcontext in an MVC .net application to navigate a remote 'large' list that I'd like to paginate.   msdn has a good feature on using the ListItemCollectionPosition in a console application ( where obviously the list navigation position will always be in memory

, but no information on how i can set "position" using values I define externally. This would be so I could use a querystring to set the page, in between calls to the controller.   

Other articles have lots of detail on the server object, but not alot on how to achieve this remotely 

Can anyone help, please ?


Richard


Viewing all articles
Browse latest Browse all 25064

Trending Articles