i have created a website for ecommerce
in that website i need to add shopping facilities
now my problem is
there is add cart button
on every cart button value stored in database and again reload in cart griedview.
now problem is:-when i exit this application
it again show the previous added item
how can i delete this value from temporary table in sql(i m storing this value in sql )
is there any way to delte this added item whenver user exit the application