M
MikeG0930
Is it possible to create an array from a DataGridViewColumn? I have a form
that is bound to a DataSet of 2 tables related. I dragged Table1 onto the
form as Details and Table2 as a DataGridView. The tables are synched so that
when I use the navigation control, the related records of the DataGridView
match the parent table. I want to be able to create an array of a column
(let's call the column "Name"). So, if the column "Name" contained 6 names,
the array would hold the 6 names; if it had 3 names then the array would have
3 names all depending on what record of Table1 was navigated to. How would I
go about this? Thanks.
that is bound to a DataSet of 2 tables related. I dragged Table1 onto the
form as Details and Table2 as a DataGridView. The tables are synched so that
when I use the navigation control, the related records of the DataGridView
match the parent table. I want to be able to create an array of a column
(let's call the column "Name"). So, if the column "Name" contained 6 names,
the array would hold the 6 names; if it had 3 names then the array would have
3 names all depending on what record of Table1 was navigated to. How would I
go about this? Thanks.