A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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