I'm trying to build this internal site and the user has a form to fill out. When they click submit, it adds to the info to the database and then shows on the screen what was entered into the database.
However, since my database add and update code is on the same response page, everytime a user clicks the refresh button, it adds a new record with the same data to the database. How do I prevent that. Obviously I'm in the learning phase of ASP but really want to make this work.
Thanks! Mary
Rule 1: Don't sweat the small stuff.
Rule 2: EVERYTHING is small stuff!! X-)
However, since my database add and update code is on the same response page, everytime a user clicks the refresh button, it adds a new record with the same data to the database. How do I prevent that. Obviously I'm in the learning phase of ASP but really want to make this work.
Thanks! Mary
Rule 1: Don't sweat the small stuff.
Rule 2: EVERYTHING is small stuff!! X-)