Customizing the GridView Pager
Posted by: mikes web log,
on 13 Jan 2006 |
View original | Bookmarked: 0 time(s)
I mentioned that I was using a GridView control with paging, and I wanted to add a "Last" link to it that would always jump to the last page. This was one a them learning experiences.Years ago I attended an excellent user group presentation in which someone (forgot who, dang) showed some neat tricks for manipulating the links in a DataGrid pager. That looked like fun, so in one of my apps I added code that would highlight the current page among the page links. Here's the code (idea lifted from someone...