Hi, Could you please tell me how can I implement paging functionality in C# ASP.Net code using .Net Business Connector? There are few mandatory things I need to do... 1. I should not select all record and then process; this will take long time if data is huge 2. I don't want to cache the whole data. 3. I need to pass only starting row number and number of rows to be fetched 4. Paging should be done on 'order by' on any column so won't be able to use RecId value.
I'm stuck with this problem badly. If anyone could help me or give me some pointer it would be of great help. Thanks a lot in advance Soumya