S
Sharon McCarty
Hi there,
I have a textbox and a save button in an aspx page. I have the
textbox event handler, TextChanged, hooked up to the textbox which
calls a vendor's api. The event handler method finishes processing
after a good 3 seconds. THe problem is that the user may click on the
save button during the processing part. I would like to disable the
save button during the duration of the eventhandler.
Is there a way to do this? I'm starting to think this might be
impossible. I've tried fooling around the prerender and onload
methods. Prerender and onload method are called before the button is
clicked but when i try to disable the button, it does not work until
the eventhandler is finished.
Thanks in advance!
Sharon
I have a textbox and a save button in an aspx page. I have the
textbox event handler, TextChanged, hooked up to the textbox which
calls a vendor's api. The event handler method finishes processing
after a good 3 seconds. THe problem is that the user may click on the
save button during the processing part. I would like to disable the
save button during the duration of the eventhandler.
Is there a way to do this? I'm starting to think this might be
impossible. I've tried fooling around the prerender and onload
methods. Prerender and onload method are called before the button is
clicked but when i try to disable the button, it does not work until
the eventhandler is finished.
Thanks in advance!
Sharon