javascript - Sys.WebForms.PageRequestManager.getInstance() not working in IE 10 -


i facing asp.net ajax problem in application on ie 10. running correctly in compatibility mode of ie 10.

on page registering event in update panel :-

var prm = sys.webforms.pagerequestmanager.getinstance(); prm.add_endrequest(function() {    //my code here });     

this code working fine in other browser

please me. best regards

i think this fix microsoft or can add folder app_browsers in project , create ie.browser file.


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -