Saturday, March 24, 2012

Shopping Cart

What I need to do

To do a shopping chart without using a Database.

I need to build a page where it shows 3 different products with prices and a link in each of them.

When the user clicks in a product it must go to another page where it adds the product to the shopping chart and it shows the entire content of the shopping with total price.

Is it possible to do this without a database. Do you store the data in a table and then can it be passed through a query string. How is this done.

Are gridviews or details views needed to bind the pages?

Thanks for any help.

Just store the relevant information in the Session object.

0 comments:

Post a Comment