May 12

Recently, I was dealing with a large dataset in ASP.NET.  I was using the GridView control to display the data to the user.  The user was required to scroll down the page and using pagination links to view all of the data.  Paging events are triggered as PostBack’s and if you are using the smart navigation features of ASP.NET, this causes some serious user experience issues.  Here’s how to fix it.

Continue reading »