Asp .net ajax updatepanel
working fine in local environment in browser I11
.
But same not worked in live server. ( remote server)
When changing compatibility view in browser works fine.
In IE11
update panel not worked and not throws any error.
I have noted following lines are not created in IE11 browser view source.
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}