How do I disable a button after its clicked?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to disable an asp button after it's clicked. I tried setting the buttons enabled property to false in the code-behind, but this isn't working.

Any help will really be appreciated!

TIA
 
It works for me here... are you using a web server control for a button or
an HTML control?

Telmo Sampaio
Steven said:
I need to disable an asp button after it's clicked. I tried setting the
buttons enabled property to false in the code-behind, but this isn't
working.
 
Back
Top