I can't seem to get the Gridline vertical lines to display in the color I want (#C0C0C0). The border works fine but when I set the GridLines to Vertical but the color is black even when I have it set to red. I tried all the different ...Style-BorderColor attributes but the border between the lists is always black.
<aspataList ID="DataList1" runat="server"
RepeatDirection="Vertical" RepeatColumns="3" BorderColor="#C0C0C0" BorderWidth="1"
BorderStyle="Solid" GridLines="Vertical" CellPadding="3" ItemStyle-BorderColor="Red">
How do I get the correct color?
Thanks,
Tom
<aspataList ID="DataList1" runat="server"
RepeatDirection="Vertical" RepeatColumns="3" BorderColor="#C0C0C0" BorderWidth="1"
BorderStyle="Solid" GridLines="Vertical" CellPadding="3" ItemStyle-BorderColor="Red">
How do I get the correct color?
Thanks,
Tom