GridView with fixed Headers January 20, 2012 Get link Facebook X Pinterest Email Other Apps <style type="text/css"> .header { font-weight:bold; position:absolute; background-color:White; } </style> Add this style sheet in your page <asp:GridView ID="GridView1" runat="server" Height="143px" Width="600px" HeaderStyle-CssClass ="header"> Comments
Comments
Post a Comment