G
Guest
When I try to change the header text after Databind for a column (ASP.Net) I am getting the following error
dgTest.Columns(0).HeaderText = "TEST#
Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
PS: I am using ASP.Net 2002 with servicepack
dgTest.Columns(0).HeaderText = "TEST#
Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
PS: I am using ASP.Net 2002 with servicepack