Change template Header
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
I have a template Header as below ... How can I change the header text on Runtime. I want to do it with C# Regards, Pavas
-
I have a template Header as below ... How can I change the header text on Runtime. I want to do it with C# Regards, Pavas
Use this line of code where you want to change the HeaderText "Cell[0]" where0 is the index of the cell GridView1.HeaderRow.Cells[0].Text = "Usman"; Best of Luck
Usman Munier Xavor Corporation Pakistan