How to change GridView HeaderText? I have been looking for this solution for days. Finally, I got the answer. Yeah… ;)
Here is the code…

GridView01.Columns[0].HeaderText = “HeaderName”;

This will change the GridView’s first column to “HeaderName”.

Related Entries