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