G
Guest
Is there a way to disable all the controls the instant any auto-postback
controls are changed (resulting in a postback that takes a couple seconds),
so that the user can't continue changing other controls while the postback to
the server is running?
The reason this is necessary is because the user can be fooled into not
knowing that the browser has posted-back to the server (he doesn't see the
little blue progress bar at the bottom of IE), and he keeps clicking or
typing away... The form basically needs to be disabled until it is rebuilt
at the end of the postback.
Thanks!
controls are changed (resulting in a postback that takes a couple seconds),
so that the user can't continue changing other controls while the postback to
the server is running?
The reason this is necessary is because the user can be fooled into not
knowing that the browser has posted-back to the server (he doesn't see the
little blue progress bar at the bottom of IE), and he keeps clicking or
typing away... The form basically needs to be disabled until it is rebuilt
at the end of the postback.
Thanks!