hi!
I would like to remove the underline of a headerstyle hyperlink, is this
possible.
I tried this but it didn't work:
<asp:BoundColumn
HeaderText="Title"
DataField="Title"
SortExpression="Title"
HeaderStyle-Font-Underline="False"
/>
Also, is there a way to customize the Pagerstyle more.
I feels a litte restricted that I have to choose between
Mode="NumericPages" and Mode="NextPrev"
I would like something like: first | prev | 1 2 3 | next | last
atm I feel I have better control over things like this in asp than in
asp.net, but that's just me I guess.
thanks
- Frode