Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
Can anybody please tell me if the AjaxControlToolkit is part of 7.1.3? I'm trying to use one of the controls but can't get it working.
The first error I had was
so I added this to my master page:
<asp:ScriptManager runat="server" ID="ScriptManager1"></asp:ScriptManager>
However it doesn't seem to like this as this causes my masterpage file to not be saved and dissappear. I then get this error:
Any advice on how to get this working would be greatly appreciated!
Thanks
Hi Shane
Umbraco 7 is running MVC out of the box, which means you'll need to explicitly change the template engine to webforms in the /config/umbracoSettings.config file - I don't think you can use the scriptmanager stuff in MVC.
Hope this helps.
/Jan
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
ScriptManager / AjaxControlToolkit not working
Hi,
Can anybody please tell me if the AjaxControlToolkit is part of 7.1.3? I'm trying to use one of the controls but can't get it working.
The first error I had was
The control with ID '' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.
so I added this to my master page:
<asp:ScriptManager runat="server" ID="ScriptManager1"></asp:ScriptManager>
However it doesn't seem to like this as this causes my masterpage file to not be saved and dissappear. I then get this error:
The layout page "AA.cshtml" could not be found at the following path: "~/Views/AA.cshtml".
Any advice on how to get this working would be greatly appreciated!
Thanks
Hi Shane
Umbraco 7 is running MVC out of the box, which means you'll need to explicitly change the template engine to webforms in the /config/umbracoSettings.config file - I don't think you can use the scriptmanager stuff in MVC.
Hope this helps.
/Jan
is working on a reply...