Giampiero De Ciantis wrote:
I have basically a shopping cart application and I am wondering what is the
easiest way of updating the quantity of each item in the shopping cart.
Populating the page with the list of cart items is easy. I have no clue how
I will process the Dynamic form elements that represent the quantity of each
item in the cart.

Presumably whatever class represents a CartItem has, in addition to a property pointing to an selection from your wares, a property to represent the quantity? Then you simply need to update this quantity in the Action when a user specifies a quantity?


Or am I just not understanding you.


Erik




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to