I have a page that has a button on it... in the button_click event, I am updating two tables and inserting a record (or however many) in a another table. After this has been successful, I set the div to visible = false and show a different div with a "Thank you for processing your order..." message. THe thing is, if you refresh that page after, it processes the button_click event again, which in turn updates the tables again and inserts another record (or records) in the other table.
My question is: how would I handle this? Can I disable it?
I'm sure there is a way, I just need to know....
Thank you so much!
~D
...
Go to the complete details ...