Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
I think that if I remember correclty when I looked at the searchDataSoruce with reflector the Select method will do nothing with the input parameter.
If you want paging databind to a pagelelist and us it's pager or for example a repeater and a .net datapager.
Hi,
Does SearchDataSource supports pagination? I am using the following code to get the paginated data from searchdatasource but it returns all the resultset and does no pagination?
PageDataCollection enumerable = searchDataSource.Select(new DataSourceSelectArguments(startRowIndex:0,maximumRows:10)) as PageDataCollection;
Any help will be highly appreciated
Thanks