I have a button control. Once the user clicks on it, the click event should fire and then the button should get disabled. How can I do this? I have the option to use JQuery or JavaScript or both.
Here is my button declaration:
On the button click code behind, I have added a Response.Write(). That should get executed and then the button should be disabled
以上就是Disable a button on click的详细内容,更多请关注web前端其它相关文章!