November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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