shopping cart concept
hi all,
i am trying to make a sample ecommerce application.
i am now struck with the shopping cart area
if someone can give me some advices, and suggestions, that will be very helpful
i have 3 categories of product, in page 1
and on selecting particualr category, i am displaying the associated products in a datalist
the datalist displays product image,and its model number
when the user clicks the model number, it get redirected to page2, which contains the details of the particualr product
this page contains a hyperlink "AddToCart". on clicking this, i have to perform the shoppingcart format
i am confused, where shall i create a datatable, and then put it in seesion, and then bind with a datagrid for shopping cart.
can anyone please help me conceptually
thanks in advance
|