I'm trying to rename a dg column header text at runtime. dg.Columns(1).HeaderText = "TEXT" I cannot seem to get the headertext to change. I've tried it in the RowDataBound event and no luck. tried on page load and no luck. I get no error but the header text doesn't change. I have auto generate columns set to false.
Any help would be appreciated
Any help would be appreciated