Hi,
I wondered if someone could help with a query I have ? I've written a checkout
based web site using asp.net 1.1 and
vb.net. After payment has been taken I then
want to go back and subtract the number of items purchased by the customer from
the products table within the access database.
The customer receives a summary of what items they have purchased via a datagrid.
This datagrid obtains the data from the cart items table within the database. How
do I reference the actual item (identified by the ProductID) and its quantity
within the datagrid ? I can then use this information to then subtract the
quantity value from the products table within the database. Is this the best way
to approach this ?
Any on-line examples or source code would help.
Many Thanks,