I am trying to apply css formatting to a gridview.
I have assigned the Gridview a cssclass using:
CssClass="Gridview1"
and then in the external style sheet i have:
Gridview1
{
border 1px solid blue
}
Also the asp page has the tag
<link href="StyleSheet1.css" rel="stylesheet" type="text/css" />
all other css effects i add work fine just none related to the gridview.
What am i missing?
Thanks in advance for any replies
I have assigned the Gridview a cssclass using:
CssClass="Gridview1"
and then in the external style sheet i have:
Gridview1
{
border 1px solid blue
}
Also the asp page has the tag
<link href="StyleSheet1.css" rel="stylesheet" type="text/css" />
all other css effects i add work fine just none related to the gridview.
What am i missing?
Thanks in advance for any replies