DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2009
    Posts
    1

    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

  2. #2
    Join Date
    Jun 2008
    Location
    Raleigh-Durham, NC, USA
    Posts
    13
    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.
    Ahmed El-Ramly
    Architect Advisor
    http://blogs.msdn.com/usisvde/

Similar Threads

  1. Replies: 0
    Last Post: 01-21-2009, 04:36 PM
  2. Database not properly created
    By Arjuna in forum Database
    Replies: 2
    Last Post: 07-25-2007, 03:22 AM
  3. Replies: 0
    Last Post: 04-04-2002, 08:29 AM
  4. ASP and Access Database on CD
    By Mike H in forum VB Classic
    Replies: 4
    Last Post: 03-20-2001, 09:50 AM
  5. converse asp code for access database from sql
    By deane in forum authorevents.mitchell
    Replies: 0
    Last Post: 10-16-2000, 10:41 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links