Copied to clipboard

Flag this post as spam?

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


  • tarekahf 215 posts 153 karma points
    May 04, 2010 @ 10:48
    tarekahf
    1

    'AjaxControlToolkit' is undefined javascript error.

    If you use Ajax under Umbraco Macro User Control, you will get the above javascript error.

    The solution is to add the ScriptManager as follows:

     <ajaxToolkit:ToolkitScriptManager runat="server" ID="ajaxScriptManager" EnablePartialRendering="true" CombineScripts="false" /> 

     

    Reference:

    http://www.bloodforge.com/post/AjaxControlToolkit-is-undefined-(javascript).aspx

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies