Hi germaine84,
You can access the HeaderText like this:
GridView1.HeaderRow.Cells(0).Text = "Monday" + date 'set the cell index to the real index
Thanks,
Qin Dian Tang
Microsoft Online Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help.