How to disable calender control in firefox
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I am using HTML image for calendar control in my application.As per the requirement i have to disable the calender control.In IE it is working fine but in Mozilla FireFox is not working. Ex:-In code behind i disabled the control to avoid to open calender like the following. ImgInceptionDate.Disabled = true;--->This line is working in IE The same is not working in firefox-->Here i can able to open calender.
Can any one help on this??? thanks in advance, Eswar.