I'm pretty new to javascript, but I've got a client-side shopping cart that I've copied from a website and modified for my own use. I'm working in asp.net 2.0. When I add an item to my shopping cart I'm updating my SQL Server 2005 database with a flag that indicates that the item is pending a sale and currently not available.
However, when I delete an item from the shopping cart (handled totally in javascript) I want to update my database and reset the flag to available. I haven't got a clue how to update my database from javascript.
Any help is greatly appreciated!
TIA,
Larry
However, when I delete an item from the shopping cart (handled totally in javascript) I want to update my database and reset the flag to available. I haven't got a clue how to update my database from javascript.
Any help is greatly appreciated!
TIA,
Larry