Help to disable an ImageButton?

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

Guest

I am trying to set the Enabled property of an ImageButton on a web form. I
would like to programmatically Enable and disable the image Button from code
behind using C#.
 
You could just make it invisible or visible with the visible property.
 
I need to keep the image visable and set its enabled property to false somehow.
 

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