Re: [ADVANCED-DOTNET] Shopping Cart

2006-06-30 Thread Alex Smotritsky
ECTED] On Behalf Of Paul Cowan Sent: Friday, June 30, 2006 7:57 AM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Shopping Cart What about Profiles in ASP.NET 2.0. This too me looks like a pretty good [EMAIL PROTECTED] > Date: Fri, 30 Jun 2006 01:58:17 -0700> F

Re: [ADVANCED-DOTNET] Shopping Cart

2006-06-30 Thread Paul Cowan
What about Profiles in ASP.NET 2.0. This too me looks like a pretty good [EMAIL PROTECTED] > Date: Fri, 30 Jun 2006 01:58:17 -0700> From: [EMAIL PROTECTED]> Subject: Re: > [ADVANCED-DOTNET] Shopping Cart> To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM> > > You can always u

Re: [ADVANCED-DOTNET] Shopping Cart

2006-06-30 Thread Cristian Sturek
, June 30, 2006 1:17 AM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] Shopping Cart Hi, We are developing an e-commerce site and were by we have an instance of the infamous shopping cart example. It is not the classic wizard style shopping cart where you select items in one hit

Re: [ADVANCED-DOTNET] Shopping Cart

2006-06-30 Thread Ryan Heath
Viewstate comes to my mind but that will have issues when the user uses the backbutton... Ofcourse the viewstate can be backed into a db but then again... Why don't you want to use the session? Another option could be the HttpCache, but that would/should bind the customer to a particular webserv

[ADVANCED-DOTNET] Shopping Cart

2006-06-30 Thread Paul Cowan
Hi, We are developing an e-commerce site and were by we have an instance of the infamous shopping cart example. It is not the classic wizard style shopping cart where you select items in one hit and then proceed to the checkout. More the cart is maintained somehow and the user can click from pa