I have a parallel array that hold the number of certain items at a store. How can I make sure there are enough items at the time is ordered?
I thought I could use the selected index and value property of the array, but it did not work.
Thanks for helping
mozicom