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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top