Hello,
I'm struggling with something that is pretty basic

I want to create a Products array which stores the product id, a Quantity, and a Value.

I then want to loop through a DataTable containing the data, and put certain data from this table into the array.

With the array, I simply want to send this array over to another form (this bit, I can cope with), and display it in a ListView.

I've been messing around with brackets and curly brackets for ages, to no avail.