3
Answers

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

mike

mike

15y
3.7k
1
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)
Next Recommended Forum