jennyflower
Programmer
Hi, I have a datagrid with a load of data in it and I want to know what is in the say order_number column of a selected row. I know I can do this through DataGrid1.Item(row_no, col_no) but I dont want to have to use the number as the grids will be changeable for each user.
Is there a way to do this using the column name somehow?
I am using visual studio 2003 with vb.net
Thanks
Is there a way to do this using the column name somehow?
I am using visual studio 2003 with vb.net
Thanks