I have change the style fot the rows + alt rows in the aspx not by CSS
but it is not working though I could change the grid header font and size but cant change its back color
in rows+ alt rows nothing only the horizontal alignment works nothing else working
what am I doing wrong?
Ahmed
but it is not working though I could change the grid header font and size but cant change its back color
in rows+ alt rows nothing only the horizontal alignment works nothing else working
what am I doing wrong?
<HeaderStyle BackColor="#004000" BorderColor="Black" BorderStyle="Solid" BorderWidth="1px" Font-Size="XX-Small" ForeColor="Black" HorizontalAlign="Center" />
<ItemStyle BackColor="#E0E0E0" Font-Size="XX-Small" ForeColor="SpringGreen" HorizontalAlign="Center" />
<AlternatingItemStyle BackColor="Silver" Font-Bold="False" Font-Names="Arial" Font-Size="XX-Small"
ForeColor="RosyBrown" HorizontalAlign="Center" />
Ahmed