I have an asp button which calls a javascript function during "OnClientClick".This javascript function then calls a button click event of a hidden button(document.getElementById('btnHidden').click().So this leads to server side event handler for the hidden button.
Over there I update the database and based on the number of errors,I use a label control to display "Saved successfully".But this doesnt show up in I.E 8.Whereas in mozilla or google chrome, it is working
I face these issues only in IE8 but its working fine in mozilla or chrome.I even tried to do content=IE=Edge but no hope, can anyone explain what could be the reason for this and appropriate remedy?