B
Bill
I have a v2.0 site that has a form with a GO button which runs another
application and then returns some data which is then processed and then I
issue a response.redirect to another form to display the returned data.
My problem is that it is possible for a user to click the button several
times causing the external app to run several times.
My first thought was to set the button.enabled = false as soon as it is
clicked but that does not work, presumably because of caching.
What is the best way to stop this code executing more than once or until
the page is opened again?
Thanks
Bill
application and then returns some data which is then processed and then I
issue a response.redirect to another form to display the returned data.
My problem is that it is possible for a user to click the button several
times causing the external app to run several times.
My first thought was to set the button.enabled = false as soon as it is
clicked but that does not work, presumably because of caching.
What is the best way to stop this code executing more than once or until
the page is opened again?
Thanks
Bill