7
Shouts

Sessions and Shopping Carts

published 1141 days, 14 hours, 43 minutes ago posted by MikesdotnettingMikesdotnetting 1142 days, 19 hours, 13 minutes ago
Wednesday, May 05, 2010 9:48:26 AM GMT Tuesday, May 04, 2010 5:18:45 AM GMT

Sessions and Shopping Carts   Managing shoping carts using Sessions is the source of much confusion for beginners. This article looks at how to do this so that items can be added and removed by customers easily before they commit to their purchase.

 

For this exercise, I am using ASP.NET Web Forms and the Northwind sample database. I'm going to present the user with a selection of products filtered by category. When the user changes the category, a postback will occur, which means that ...

category: Web Dev | clicked: 1 | | source: www.mikesdotnetting.com | show counter code
tags: shopping cart, Sessions, ASPNET4