Hotmail Like Pager for Datagrid
Author:
Sriram
ASP.Net Datagrid is a very powerful yet easy to use control with built in functionalities for paging, sorting etc. All one has to do is add a datagrid to the web form set required properties, bind it to a valid data source and write few lines of code for appropriate events. You will get a grid that displays data in set of pages. The default paging mechanism of Datagrid will display page numbers either numerically (i.e. 1,2,3) or as Next and Prev links. This article will explain how to change this and implement a paging mechanism, which displays page numbers in a combo box and first, prev, next and last links similar to the pager hot mail.
More Tutorials
|