Session Variable based shopping cart
I have a product list where I have add to cart button, button adds product detail to a session variable. I have already a dataGrid that shows the content of the Session Variable.
But how can I get data from the session variable to normal form so after that I could insert the Information into database. Something like a checkout function
the shopping cart script is from a book and I edited it.
|