B
blue
When the user clicks a button on my form, I disable the page
(document.body.disabled = true so they can't submit the form multiple
times before the postback occurs. When I do this, it doesn't post back at
all. I also tried just disabling the button itself (btn.disabled = true
and that also causes it to not post back.
Is there a way to disable the page and have a postback?
Thanks,
blue
(document.body.disabled = true so they can't submit the form multiple
times before the postback occurs. When I do this, it doesn't post back at
all. I also tried just disabling the button itself (btn.disabled = true
and that also causes it to not post back.
Is there a way to disable the page and have a postback?
Thanks,
blue