Hi,
My Applicaion running on IE 8 perfectly but not in IE10.
Example : I am using to some method convert a lowecase into upper case it's working fine in IE8.
ch = ch - 32;
window.event.keyCode = ch;
Even CSS also not working, not alligned in IE10
What may be a problem? Please Explain.