I have a web site written in MS Studio VB 2008. At the start of the subroutine that handles the Click event of a button I disable the button but it's not working. It only disables AFTER the subroutine runs.
Any help would be appreciated. Thanks!
|
I have a web site written in MS Studio VB 2008. At the start of the subroutine that handles the Click event of a button I disable the button but it's not working. It only disables AFTER the subroutine runs. Any help would be appreciated. Thanks! |
||||
|
This may be because the form requires a postback. Set the autopostback property to true, or this could be handled dynamically with javascript.
|
|||||||||||
|
onclientclickevent – rs. Dec 21 '12 at 12:54