<asp:DataGrid id="TestGrid" style="Z-INDEX: 102; LEFT: 16px; POSITION: absolute; TOP: 40px" runat="server" Width="408px" Height="160px" Font-Size="X-Small" BorderColor="White" BorderStyle="Ridge" CellSpacing="1" BorderWidth="2px" BackColor="White" CellPadding="3" GridLines="None" AutoGenerateColumns="False">
<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#9471DE"> </SelectedItemStyle>
<ItemStyle ForeColor="Black" BackColor="#DEDFDE"> </ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="#E7E7FF" BackColor="#4A3C8C"> </HeaderStyle>
<FooterStyle ForeColor="Black" BackColor="#C6C3C6"> </FooterStyle>
<Columns> <asp:BoundColumn DataField="ID" HeaderText="Number"></asp:BoundColumn> <asp:BoundColumn DataField="Name" HeaderText="Name"></asp:BoundColumn> <asp:BoundColumn DataField="Quantity" HeaderText="Qty"></asp:BoundColumn> <asp:BoundColumn DataField="Price" HeaderText="Price"></asp:BoundColumn> <asp:ButtonColumn Text="Delete" ButtonType="PushButton" CommandName="Delete"></asp:ButtonColumn> </Columns>
<PagerStyle HorizontalAlign="Right" ForeColor="Black" BackColor="#C6C3C6"> </PagerStyle>
</asp:DataGrid> |