E
Evert Wiesenekker
Now I am referencing datagrid cells by index, eq. '...Cells[1].Text'.
I always find this a little bit tricky to use. With DataSets it is
pssible to reference by name eq. 'string someString =
someDataTable.Rows[someRowNumber][someColumnName].ToString()'. Is the
same possible with DataGrids?
Thanks for any help!
I always find this a little bit tricky to use. With DataSets it is
pssible to reference by name eq. 'string someString =
someDataTable.Rows[someRowNumber][someColumnName].ToString()'. Is the
same possible with DataGrids?
Thanks for any help!