In the design view, it updates just fine, but some reason when I compile, it's extremely washed out and barely readable. Any idea why? Attached is the parameters to my gridview and a screen shot. I currently have the autumn option for auto format, so the header row should be a dark red, but instead I get this!
<asp:GridView ID="grdInspections" runat="server" OnRowEditing="grdInspections_RowEditing" AllowPaging="True"
AllowSorting="True" AutoGenerateColumns="False"
CellPadding="4" DataKeyNames="ID"
DataSourceID="ldsInspections" BackColor="White" BorderColor="#CC9966"
BorderStyle="None" BorderWidth="1px" HorizontalAlign="Left" Width="75px">
<RowStyle BackColor="White" ForeColor="#330099" HorizontalAlign="Center"
VerticalAlign="Middle" />
<FooterStyle BackColor="#FFFFCC" ForeColor="#330099" />
<PagerStyle BackColor="#FFFFCC" ForeColor="#330099" />
<SelectedRowStyle BackColor="#FFCC66" Font-Bold="True" ForeColor="#663399" />
<HeaderStyle BackColor="#990000" Font-Bold="True" ForeColor="#FFFFCC" />
<Columns>
...