Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Shane 40 posts 193 karma points
    Jun 12, 2014 @ 17:58
    Shane
    0

    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

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jun 20, 2014 @ 18:56
    Jan Skovgaard
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft