I have an ObjectDataSource, which runs queries against a system that uses a token for paging.
On the first call, say to get the first 10 results, I get this token back from the server, and I should use it again in subsequent calls, e.g. to get results from 11 to 20.
Is there a way I can configure the ObjectDataSource to use such a token?