what is the best way to design a shopping cart (or similar) in asp.net?
I have a products page already with all the items displayed but am unsure how to go about passing the data to another page as well as adding up the price etc

The best way to design an ASP.NET application is to create the database with the proper constraints and stored procedures, then to drag various web controls onto the page and configure their design and runtime properties to create a good user interface, and lastly to code the business logic of your application by filling in the proper event procedures.

Sorry, yes I'm being sarcastic, but there really isn't another answer to such a broad question. If you have specific technical questions, please ask them, but your question is like asking "what's the best way to paint a picture?". Answer: apply pigment to a canvas.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.