I am using some scripts to get the value of webdatechooser and making it visible false.
var
wdcProjectEndDate = '<%= this.wbchEnd.ClientID %>';
var frm = igdrp_getComboById(wdcProjectEndDate);
frm.setEnabled(true);
- This is working fine in IE. But this is not working in Firefox and Google chrome.
Is there any solution for it?
Hello,
Can you please explain to me in detail what your issue is and what you are trying to do? If you make the Control visible = false; then it will not be accessible in the javascript in IE too. So I am not sure what is working in IE and what is not working in Firefox.
I tried to create a sample for you by using your javascript, please modify that sample and send it to me.