Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Shopping Cart example

Status
Not open for further replies.

richfield

IS-IT--Management
Jan 6, 2005
23
GB
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
 
Have you had a look at the ASP.NET Commerce Starter Kit (
This starter kit "demonstrates an ecommerce storefront application complete with shopping cart" so it may be useful for you to install it and have a look through the code if you haven't already.

----------------------------------------------------------------------

Need help finding an answer?

Try the search facilty ( or read FAQ222-2244 on how to get better results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top