Here Mudassar Ahmed Khan has explained with an example, how to select first 10 records then next 10 i.e. Paging using LINQ in C# and VB.Net.
In order to illustrate this concept I will make use of an ASP.Net GridView control and perform Paging in GridView where first 10 records will be selected and then next 10 using LINQ in C# and VB.Net.
↧