I have a asp.net app that I want to disable the buttons as soon as they are clicked in order to prevent multiple submissions. I\'d like to use jquery for this as the site a
For this you have to use input button attribute disable all the controls
Fore more detail check this link