Hello,
We have a very large order form that we use to place our orders, +1000 products. The main reason is that we have many things in our warehouse and we want to give our sales reps the opportunity to buy them all. I was wondering if there was a way to optimize the form to make it more user friendly to order from. I am having session issues when trying to pass the huge arrays that store all the information to the processing form. It kills all the session varibles for some reason.
The form is set up like this,
Item Name - TextBox with Quantity.
For now what I'm doing is that I'm naming each textbox with the quanity as the product id, and giving the value zero. On the backend I then go through the array of products and the array of quantities to add that to the ordering database. I wonder if there is an easier way?