I was wondering if anyone can point me in the right direction. I have an asp.net button with a click event (that runs some server side code). I want to change the button, so that when clicked, it turn grey and disabled for 3 seconds, but it will also run server code at the same time. But, the button will change color if it postback.
Thanks for guidance!