In this post we will take a look at how to do pagination in GridView control. Paging is very helpful in presenting huge amount of data in the page because this helps speeding up the loading performance of the page and provides more friendly to end users in terms of data presentation.For this example, I’m going to highlight how to implement custom paging in GridView control using the power of LINQ and will show you some tips that would maximized the performance of the paged grid. For those who are ......