Tag: Create a scrollable Gridview in asp.net 2.0
-
Fixed Header in GridView in Asp.net 2.0
here is the step for creating the fixed header in gridview.Steps : 1) create the web application. 2) put the control on the form are below : 2.1) GridView (GridView1) 2.2) Panel (id=other) 2.3) Panel (id=pnlGrid) 2.3.1) in this panel we put the GridView. 2.3.2) now set the style attribute for pnlGrid Style=”overflow: auto;” 2.4)…