Disabling the Image Button
-
Hi, I want to disablethe image button in certain cases. But i am not able to find any enabled event corressponding toit. How can i do it? Please helpis needed. Riz
-
Hi, I want to disablethe image button in certain cases. But i am not able to find any enabled event corressponding toit. How can i do it? Please helpis needed. Riz
After which event you want to disable the Image button Write this after that ImageButton1.Visible = false; or add a placeHolder put imagebutton in it and make Visible false of that placeholder
Thanks and Regards Sandeep If you want something you never had, do something you have never done!
-
Hi, I want to disablethe image button in certain cases. But i am not able to find any enabled event corressponding toit. How can i do it? Please helpis needed. Riz
-
After which event you want to disable the Image button Write this after that ImageButton1.Visible = false; or add a placeHolder put imagebutton in it and make Visible false of that placeholder
Thanks and Regards Sandeep If you want something you never had, do something you have never done!
-
Actually i wanted to disable the image and by mistake i said image button. dou knw how to do it? Riz
But where are you Populating the Image On which control you are showing the image
Thanks and Regards Sandeep If you want something you never had, do something you have never done!
-
But where are you Populating the Image On which control you are showing the image
Thanks and Regards Sandeep If you want something you never had, do something you have never done!
-
On A href of the image i am opening a new popup calendar. In sum cases i dont want the image to disabled so that the popup window is not opened. Riz
OK Use asp:PlaceHolder in the page OK put the link in between the placeholder Only what you have to do is disable that placeholder whenever you want ok
Thanks and Regards Sandeep If you want something you never had, do something you have never done!
-
Hi, I want to disablethe image button in certain cases. But i am not able to find any enabled event corressponding toit. How can i do it? Please helpis needed. Riz
You can do it by first casting it into Webcontrol, then setting the enabled property as false. e.g. ((WebControl)(imgButton1)).enabled = false ; njoy...:)
-
Hi, I want to disablethe image button in certain cases. But i am not able to find any enabled event corressponding toit. How can i do it? Please helpis needed. Riz
Apply a style display:none;
Vasudevan Deepak Kumar Personal Homepage Tech Gossips