How to disable an ASP.NET linkbutton when clicked
- by Jeff Widmer
Scenario: User clicks a LinkButton in your ASP.NET page and you want to disable it immediately using javascript so that the user cannot accidentally click it again. I wrote about disabling a regular submit button here: How to disable an ASP.NET button when clicked. But the method described in the other blog post does not work for…