<asp:GridView ID="SalesGrid" runat="server" AllowPaging="true" BackColor="White" BorderColor="#336666" BorderStyle="Double" BorderWidth="3px" CaptionAlign="Top" CellPadding="4" style="z-index: 1; left: 101px; top: 411px; position: absolute; height: 313px; width: 554px; bottom: -228px;" GridLines="Both" onrowdatabound="GridView1_RowDataBound" onpageindexchanging="GridView1_PageIndexChanging" ondatabound="SalesGrid_DataBound" Visible="False" ShowFooter="true" onrowcreated="SalesGrid_RowCreated"> <EditRowStyle Wrap="False" /> <FooterStyle BackColor="LightBlue" BorderColor="Red" ForeColor="#333333" Font-Bold="true"/> <HeaderStyle BackColor="#336666" ForeColor="White" Font-Bold="True" /> <PagerStyle ForeColor="White" BackColor="#336666" HorizontalAlign="Center" /> <RowStyle BackColor="White" ForeColor="#333333" Wrap="False" /> <SelectedRowStyle BackColor="#339966" BorderColor="AliceBlue" ForeColor="White" Font-Bold="true" /> <SortedAscendingCellStyle BackColor="#F7F7F7" /> <SortedAscendingHeaderStyle BackColor="#487575" /> <SortedDescendingCellStyle BackColor="#E5E5E5" /> <SortedDescendingHeaderStyle BackColor="#275353" /> </asp:GridView>
<div id="divGridViewScroll" style="width: 600px; height: 400px; overflow: scroll"></div>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)