Hi,
Im trying to simulate a very basic shopping cart, basically I have the following various asp.net pages with datagrids binded to an SQL server database, so asp.net page1 might have a datagrid with the following columns, item, colour, price and page2 would have another datagrid with the same sort of data.
Is there a way to add a further column on each of the datagrids called add to cart which adds the item to a temporary cart? and the user could navigate around various datagrids on different pages adding data? It would be handy if the price could be totalled up on the cart.
The user can then click a link on any page to view what they have in the cart?
Any help, code examples would be greatly appreciated.
Thanking you in advance
Rich
Im trying to simulate a very basic shopping cart, basically I have the following various asp.net pages with datagrids binded to an SQL server database, so asp.net page1 might have a datagrid with the following columns, item, colour, price and page2 would have another datagrid with the same sort of data.
Is there a way to add a further column on each of the datagrids called add to cart which adds the item to a temporary cart? and the user could navigate around various datagrids on different pages adding data? It would be handy if the price could be totalled up on the cart.
The user can then click a link on any page to view what they have in the cart?
Any help, code examples would be greatly appreciated.
Thanking you in advance
Rich