Hi everyone.
I have a Masterpage which includes ALL my scripts and styles.
Up to AjaxControlToolkit 4.5, the tag <script type="text/javascript" src='<%= ResolveUrl("~/Scripts/jquery-1.10.2.js")%>'></script> worked just fine. Really fine!
Then I installed the new release jut yesterday. What a headache!
i can't find where to insert this: "in the “ajaxControlToolkit” config section (Web.config), set the “renderStyleLinks” attribute to “true”, and the “useStaticResources” attribute to “false”
Any help?
Regards.
Comments: Hi there. It presents the following error: "The Controls collection cannot be modified because the control contains code blocks (i.e. <% … %>)." Then I followed some fixes proposed on Stackoverflow, which is to add <%# #> (instead of <%= %>) and on PageLoad (aspx.cs in this case) use Page.Header.DataBind(). It worked for Chrome and Firefox. But it broke for IE. I'm using the latest versions of the browsers mentioned. Regards.
I have a Masterpage which includes ALL my scripts and styles.
Up to AjaxControlToolkit 4.5, the tag <script type="text/javascript" src='<%= ResolveUrl("~/Scripts/jquery-1.10.2.js")%>'></script> worked just fine. Really fine!
Then I installed the new release jut yesterday. What a headache!
i can't find where to insert this: "in the “ajaxControlToolkit” config section (Web.config), set the “renderStyleLinks” attribute to “true”, and the “useStaticResources” attribute to “false”
Any help?
Regards.
Comments: Hi there. It presents the following error: "The Controls collection cannot be modified because the control contains code blocks (i.e. <% … %>)." Then I followed some fixes proposed on Stackoverflow, which is to add <%# #> (instead of <%= %>) and on PageLoad (aspx.cs in this case) use Page.Header.DataBind(). It worked for Chrome and Firefox. But it broke for IE. I'm using the latest versions of the browsers mentioned. Regards.