I have an issue with some code im writing. I have a Datagridview object that always has two columns, but could have any amount of rows depending on many different scenarios.
I would like to be able to take the values from the DatagridView and put them into an array, or something useful, so that I may use the values stored there to build an XML file later on.
Can I please get some help?
Thanks!