O
OrlandoRocks
Ok, I am stumped.
I can get the value of a cell in the item command event with
e.item.cells(3).text
but what I need to do is loop through a datagrid rows and get the
values of a paticular column, hence I do not have the "e"
I am looping through with:
For Each dgitem In DataGrid1.Items
Any help would be GREATLY apprceiated.
Russ
I can get the value of a cell in the item command event with
e.item.cells(3).text
but what I need to do is loop through a datagrid rows and get the
values of a paticular column, hence I do not have the "e"
I am looping through with:
For Each dgitem In DataGrid1.Items
Any help would be GREATLY apprceiated.
Russ