D
Dan =o\)
Hi guys,
in the scenario where a user fills in a form, and clicks on a button to
Save, there's a period of waiting (the slower the connection between client
and server, the longer the delay) where the user may be oblivious and could
say, press the button twice, or even fill in some more data on the form...
When the postback completes, any data entered in during this delay is lost.
How do I, when the user clicks on a button, process that event and then
disable the controls instantly so no more things can be done until the
postback is complete?
If you do it client side, surely the turning it off will disable the server
side event from being processed?
If you do it server side, then you have to wait for the postback cycle, and
this sort of makes the whole thing pointless.
Thanks.
Dan.
in the scenario where a user fills in a form, and clicks on a button to
Save, there's a period of waiting (the slower the connection between client
and server, the longer the delay) where the user may be oblivious and could
say, press the button twice, or even fill in some more data on the form...
When the postback completes, any data entered in during this delay is lost.
How do I, when the user clicks on a button, process that event and then
disable the controls instantly so no more things can be done until the
postback is complete?
If you do it client side, surely the turning it off will disable the server
side event from being processed?
If you do it server side, then you have to wait for the postback cycle, and
this sort of makes the whole thing pointless.
Thanks.
Dan.