![]() |
|
|
|||||||
![]() |
ASP Net - apply css to header of gridview |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Hi all,
I have tried to apply a css with a repeating background image to the header of a gridview but without succes. ..gridview { background-image: url(images/icon_delete.gif); background-repeat: repeat-x; font-size: 2em; } and use <asp:GridView ID="TestGridView" runat="server" EnableViewState="False" HeaderStyle-CssClass="gridview"> The font is rendered bigger (2em) but I don't see the image. I also tried other images but no succes. Someone has a clue what I do wrong? Thanks Stijn tarscher@gmail.com |
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Gridview row information disappearing after selectedIndexChanged | Ry99 | General Help Related Topics | 0 | 07-13-2009 03:35 PM |
| ASP GridView hyperlinks driving me insane! | WillC999 | General Help Related Topics | 0 | 10-28-2008 11:02 AM |
| The GridView 'GridView1' fired event Sorting which wasn't handled. | rajendrasedhain | Software | 0 | 07-08-2008 08:52 PM |
| Checkbox values problem in gridview | thanigaimani.thirumalai | Software | 0 | 11-09-2007 05:12 AM |
| Update and Delete From Gridview | Usman | Software | 0 | 11-01-2006 10:05 AM |