I am not sure how to handle this, so I am looking for some suggestions/tips. Basically, I have a function in my VB code behind, which I can do. The problem is how do I get the data to the function properly. I have to pass a customer number, user number,
and a unknown number of a stock location and quantity. The number of stock numbers and quantities are unknown because they are listed dynamically and the user can update one or all of them.
I can handle the customer number and user number, but because there could be many stock locations and quantities, I wasn't sure how to hand that. I looked at collections, classes.. and stuff like that, but I am pretty lost.
Go to the complete details ...