Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: HeaderStyle and PagerStyle


Message #1 by "Frode" <fstroemm@o...> on Tue, 7 May 2002 15:03:23
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

  Return to Index