I have a grid with pager, I am trying to get the next 25 records starting with a start index.
for example for the first time it I return 25 records, when I change to next I want to pick the next 25 records and skip the first 25.
What is the most preferable way to do it using LINQ?
Thanks, Alaa