|
-
Oct 7th, 2004, 11:09 PM
#1
Thread Starter
Hyperactive Member
Datagrid
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|