I'm getting this strange problem whereby it seems that the same webform can get submitted twice even though I use response.redirect in my button click event. Some of the code in the button click event is executing (ie the update of the database and the sending of an email), but the page does not redirect). It doesn't happen on my development machine, and I think it could be something to do with the loggedin user's connection speed, but whatever it is, its a major pain, as they are able to click the button again, and create duplicate DB records and emails. I can kind of re-create this by submitting the page, and then quickly hitting the browser's stop button before the page redirects (the DB gets updated, the email gets sent, but the page does not redirect(allowin me to click the button a second time). Any ideas? Thanks in advance!

Pete