Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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