mike

mike

  • NA
  • 5
  • 0

Trying to insert my order into the datbase from the shopping cart etc

Jun 11 2009 9:03 PM
i have a gridview and a details view. i am trying to write, the following information, CustomerId,Qty,OrderDate,ProductID

I have made the customerid into a SESSIONID="CustomerID" and the qty,productid are in a basket session called GVBASKET-gridview

I want to insert the sessionId vairables eg customerid,qty,productid into the database or into the gridview/detailsview and then write that to the database- the database has a an ORDER table with the above values.

any help appericated.

thanks

Answers (3)