I have a gridview which must have a reliable fixed header. So, I've given up with css solutions that do not work cross browser and am using 2 Gridviews. The top one will just show the column names and the bottom will show the data contained within a scrollable div.
So, I have a datasource which is a datatable.
Is there a way I can bind the top Gridview so I only bind the first row in the DataTable to it?


Reply With Quote


