DataGrid: Setting the current page in bold
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, Is there a way to set the current page in bold when using data grids in ASP.NET? Example: 1 2 3 4 Where 3 is the page currently being viewed.
-
Version 1.1, and it is not automatic. What it does is but all the no current pages in links and the current in a span tag. But you cannot (at least I haven't found a way) to set the CssClass of the current and not current pages. So I ended up setting it for all span tags which means that my default span is bold, which is not really what I wanted.