Hi team, can we fix the gridview position with top:0px in table row.




Code:
<asp:GridView ID="GridView1" runat="server" Width="95%"  AllowPaging="True" AutoGenerateColumns="False" GridLines="None" PageSize="10"  CssClass="grid_top">
....
</gridview>
CSS
Code:
.grid_top{
top:0px;
}