I have data consisting of two arrays, string item [], and string location [],
How do you create a DataGridView ( or is that even the right component to use) to
display the data in a windows form, like in a listbox?
Basically I need to write a method to display two columns of data in a DataGridView that is coming out of a for loop, with two string variables.
Any help would be appreciated.
Thanks.
Jim