Can the latest webimagebutton have the capability to be disabled after the button is clicked?
Hello Trent,
After some research, disabling the WebImageButton on click has been determined to be a new feature request. Your reference number for this feature request is PI12120100.
Thank you for your request.
I'm already using Javascript to disable the button on the clientside. I thought the latest image button control would include that feature so I don't have to write the javascript.
I am following up to see if the information provided has resolved this matter. Please let me know if you have any further questions concerning this matter.
Thank you for the update. The way to disable the WebImageButton on click would be to handle the client side or server side click event and then disable it though the Enable property or setEnable method in JavaScript. There is no property or setting to disable the button automatically on click.
Hi,
I like to disable it after I click the button to prevent the user from clicking it again. Right now, I have to use a javascript to disable it. I am just wondering if that capability is already in the latest webimagebutton control.
Thank you,
Trent