i have a griview that contain > 200 rows
so i need to fixe the header
this is the code to create my gridview
</table>
<table>
<tr>
<td style="height: 261px">
<div style="overflow : auto; height: 350px; width: 700px">
<asp:GridView ID="GridView1" AllowSorting="t rue" runat="server" Font-Size="Small"
AlternatingRowS tyle-BackColor="Aqua " PageSize="8" OnSorting="Grid View1_Sorting"
AutoGenerateSel ectButton="true " OnSelectedIndex Changing="GridV iew1_SelectedIn dexChanging">
</asp:GridView>
</div>
</td>
</tr>
</table>
10x for helping me
so i need to fixe the header
this is the code to create my gridview
</table>
<table>
<tr>
<td style="height: 261px">
<div style="overflow : auto; height: 350px; width: 700px">
<asp:GridView ID="GridView1" AllowSorting="t rue" runat="server" Font-Size="Small"
AlternatingRowS tyle-BackColor="Aqua " PageSize="8" OnSorting="Grid View1_Sorting"
AutoGenerateSel ectButton="true " OnSelectedIndex Changing="GridV iew1_SelectedIn dexChanging">
</asp:GridView>
</div>
</td>
</tr>
</table>
10x for helping me
Comment