B
Buddy Ackerman
I want to disable a form button after it's pressed so that the user can't
click it twice. So, I set the onClientClick property to
"this.disabled=true;return true;". This has the effect of disabling the
server side eventhandler for this button so that the form doesn't process
properly anymore. Why does onClientClick disable my server side
eventhandler.
--Buddy
click it twice. So, I set the onClientClick property to
"this.disabled=true;return true;". This has the effect of disabling the
server side eventhandler for this button so that the form doesn't process
properly anymore. Why does onClientClick disable my server side
eventhandler.
--Buddy