Redirect to prevent dup submission...but then you loose existing data
- by coffeeaddict
Here's the scenario
User is on your checkout.aspx page
Somewhere in the process, when clicking the pay button, you redirect the user to an intermediate page (before the confirmation page) to do some other logic.
That intermediate page performs whatever logic based on a querystring flag you sent with the redirect from the checkout page
This…