<%--Div contains the new header of the GridView--%> <div id="HeaderDiv"> </div> <%--Wrapper Div which will scroll the GridView--%> <div id="DataDiv" style="overflow: auto; border: 1px solid olive; width: 600px; height: 300px;" onscroll="Onscrollfnction();"> <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="true" CellPadding="6" CssClass="GridViewStyle"> <HeaderStyle CssClass="GridViewHeaderStyle" /> </asp:GridView> </div>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)