Wednesday, July 5, 2017

Custom paging with GridView (ASP.Net)

I am working on Grid View for improving performance as my old colleague implement a default paging of GridView that suck web browser as it record come in thousands

This link is life saver
https://www.aspsnippets.com/Articles/Implement-Paging-in-DataList-control-in-ASPNet.aspx


This link is used for custom sorting and paging
http://csharp-video-tutorials.blogspot.ae/2013/04/custom-paging-and-sorting-in-gridview.html
http://www.c-sharpcorner.com/UploadFile/bc1c71/custom-paging-in-sql-server-2012/


No comments:

Post a Comment