M
ma
Hello,
I have a page that has some updatepanel in it. It was working properly
till very recently but today I noticed that it is not working properly and
when the page is loaded, it reported "done but with error on page". Trying
to find the source of error, I come to this message:
"sys is not defined."
Looking at the page source, I found that it relates to the following lines:
Sys.WebForms.PageRequestManager._initialize('ctl00$ScriptManager1',
document.getElementById('aspnetForm'));
Sys.WebForms.PageRequestManager.getInstance()._updateControls([], [], [],
90);
And
Sys.Application.initialize();
What is the problem and how can I solve it?
Best regards
I have a page that has some updatepanel in it. It was working properly
till very recently but today I noticed that it is not working properly and
when the page is loaded, it reported "done but with error on page". Trying
to find the source of error, I come to this message:
"sys is not defined."
Looking at the page source, I found that it relates to the following lines:
Sys.WebForms.PageRequestManager._initialize('ctl00$ScriptManager1',
document.getElementById('aspnetForm'));
Sys.WebForms.PageRequestManager.getInstance()._updateControls([], [], [],
90);
And
Sys.Application.initialize();
What is the problem and how can I solve it?
Best regards