In my asp page, there are a few sql inserts commands. And the problem is that whenever someone refresh the browser (either F5 or the Refresh button), another record is added to the database. Is there any easy/quick solution to this? I do hate to perform a post Check on every single inserts!