Hello,
I have a RadBInaryImage and i would like to change the visibility from javascript. Right now I am making the source empty but i still see the empty image with cross mark. So i wanted it to be invisible.
Is there any property to make the binaryimage invisible?
Appreciate the help
Thanks
I have a RadBInaryImage and i would like to change the visibility from javascript. Right now I am making the source empty but i still see the empty image with cross mark. So i wanted it to be invisible.
var OldImage = $get("<%= rbiClientImage.ClientID %>"); if (OldImage != null) { OldImage.src = ""; }Is there any property to make the binaryimage invisible?
Appreciate the help
Thanks