By mswatcher
via codeproject.com
Submitted: Jul 19 2008 / 09:38
The GridView is a very powerful control and has all the features including paging/sorting etc. But while using GridView in your project, you have to assign the PageSize property of the GridView programmatically, which users then cannot change. Sometimes, users require the feature to change the page size so that they could view more/less records per page. With one of my projects, I was asked to develop such a control with custom paging. I am sharing this with you so that you don't have to rework for such a control.
SaveShareSend
Tags: .net, web design
Add your comment