I have a GridView which i programmatically bind using c# code. The problem is, the columns get their header texts directly from Database, which can look odd when presented o
I Think this Works:
testGV.HeaderRow.Cells[0].Text="Date"