PDA

View Full Version : Image Disable and Enable


funky_vicky
07-02-2008, 08:00 AM
Hi

I am using image as a button, now in some cases I want to make this button(i.e. image) disabled and in some cases enabled. I am somehow not able to make that...I dont know what is the fuss over there, even the .enabled false is not working...Can anybody please suggest a way to do the same...


Please reply ASAP...as this is halting the progress of my workk....

Eagerly waiting...

Thanks
Vicky

drkstr
07-02-2008, 05:34 PM
What do you mean enabled? If it's just an image, I don't think it's meant to have enabled/disabled functionality. It's an Image, not a control. You might try either setting visible="false" or check to see if it's "disabled" in your click handler and not do whatever it was supposed to.


Best Regards,
~Aaron