D
Darren
Hi There,
I am developing a shopping cart web application in C#. Product
pricing for an item changes based on the weight of product purchased.
ie: 100g=$4.95, 200g=$7.95, etc. Pricing is different for each
product.
When viewing the cart, I would like the the user to have the ability
to select a different weight, specific to that item, which would then
modify the price of that cart item.
Question: How would I add a dropdownlist(specific to each product) to
the repeater?
Thanks in advance,
Darren
I am developing a shopping cart web application in C#. Product
pricing for an item changes based on the weight of product purchased.
ie: 100g=$4.95, 200g=$7.95, etc. Pricing is different for each
product.
When viewing the cart, I would like the the user to have the ability
to select a different weight, specific to that item, which would then
modify the price of that cart item.
Question: How would I add a dropdownlist(specific to each product) to
the repeater?
Thanks in advance,
Darren