Objectdatasource, Custom Paging, and Filtering
Hi all,
Is it possible to use custom paging and filtering on an objectdatasource?
To me it looks like the objectdatasource takes the data returned from the select method and then filters it. So this does not appear to work with custom paging since it only returns a small subset of records to display without being filtered.
Is this correct? If so, what's the best way to filter an objectdatasource while still using custom paging. I need to use custom paging for performance reasons.
Thanks.
|