T
Tina
I have an aspx page with a textbox and an "add to my Account Button." when
the button is pushed, my program adds the amount in the textbox to the
database which, lets say takes a few seconds. If the user rapidly clicks on
the "add to my Account Button" it generates multiple postbacks, which I
believe all get processed asyncronously.
I don't want for it to work this way. I don't want the user to be able to
issue another postback until I have issued a response.
Is there anyway I can make this happen?
thanks
T
the button is pushed, my program adds the amount in the textbox to the
database which, lets say takes a few seconds. If the user rapidly clicks on
the "add to my Account Button" it generates multiple postbacks, which I
believe all get processed asyncronously.
I don't want for it to work this way. I don't want the user to be able to
issue another postback until I have issued a response.
Is there anyway I can make this happen?
thanks
T