Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,
I am getting the below error in IE-10 browser and works fine in other browsers.

"Unable to get property 'PageRequestManager' of undefined or null reference"
PHP
<script type="text/javascript" language="javascript">
Sys.WebForms.PageRequestManager.getInstance().add_beginRequest(beginRequestHandle);
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(endRequestHandle);
function beginRequestHandle(sender, Args) {
//some code here
}

function endRequestHandle(sender, Args) {
// some code here
}
</script>


Please provide the nature of the issue and solution .?
Posted
Comments
Richard C Bishop 8-Feb-13 11:07am    
I did a few searches and found others saying that they removed "<XHTMLCONFORMANCE mode="Legacy"> from the web.config file.
Balaganesan Ravichandran 13-Feb-13 11:13am    
@richcd - My web.config not having <xhtmlconformance mode="Legacy"> this tag.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900