Hi, How can change the column of a WebForm?? do this but I encounter an error:
"Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index "

How can set the Column 0,
Visible = False
HeaderText = "Counter No."
Width = 1200

With DataGrid1
.Columns(0).Visible = False
.Columns(0).HeaderText = "Counter No."
.Columns(0).width = 1200
End With


I badly needed your help.. pls? pls? pls?