I have a problem with browser refresh, every time it refreshes, my qty in the cartitem table(sql database) add 1.
I have tried :
Response.buffer = true
response.clear
response.redirect request("script_name")
from a book, it uses COM object and also suggested to put it on top of the...