Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
675
Error with the WebScriptManager
posted

Hello,

I'm using the WebScriptManager in Version 10.3.20103.2171 and CRM 2.0.

 

 

 

 

<form id="form1" runat="server">

 

 

 

   <ig:WebScriptManager ID="WebScriptManager1" runat="server"></ig:WebScriptManager>

...

I got the following error:

Runtime error in Microsoft BLOCKED SCRIPT "Sys" is undefined

at:

 

//<![CDATA[

Sys.WebForms.PageRequestManager._initialize(

 

 

'WebScriptManager1', document.getElementById('form1'

));

Sys.WebForms.PageRequestManager.getInstance()._updateControls([], [], [], 90);

//]]>

any ideas?

 

Parents Reply Children