Posted on: 7/18/2014 5:40:46 PM | Views : 387

instead of getting alternate rows as different colors, i am getting a checkered flag look. any ideas how to fix this?<asp:DataList ID="DataList1" runat="server" DataKeyField="id" DataSourceID="SqlDataSource1" RepeatColumns="4" BackColor="LightGray" BorderColor="white" CellPadding="5" CellSpacing="1" RepeatDirection="Vertical" RepeatLayout="Table" ShowFooter="True" > <HeaderStyle BackColor="WhiteSmoke"> </HeaderStyle> <ItemStyle BackColor="WhiteSmoke" Width="25%" CssClass="lineh" > </ItemStyle> <SeparatorStyle BackColor="white"> </SeparatorStyle> <Head ...

Go to the complete details ...