-
asp cart into database
hi all,
i have a shopping cart working fully at the minute, just having problems inputting the data into the database.
I have a cart table: cartid, customerid
i can get the customerid to input fine from a session however when i add more than one item to the cart i get different cart id's for the products i.e.
1st product, cartid 1, customerid 1
2nd product, cartid 2, customerid 1
etc
i do have a session on this page Session("cart") = cartID which does hold the correct value
but going back to retrieve a second product adds 1 to the cartid
can anyone help me please
-
Is your application hosted in a farm? Are cookies enabled in your browser? Either of these could affect the Session state not being stored from one request of the page to the next.
Similar Threads
-
By City of LA in forum Careers
Replies: 0
Last Post: 01-21-2009, 04:36 PM
-
By Arjuna in forum Database
Replies: 2
Last Post: 07-25-2007, 03:22 AM
-
Replies: 0
Last Post: 04-04-2002, 08:29 AM
-
By Mike H in forum VB Classic
Replies: 4
Last Post: 03-20-2001, 09:50 AM
-
By deane in forum authorevents.mitchell
Replies: 0
Last Post: 10-16-2000, 10:41 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks