Copied to clipboard

Flag this post as spam?

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


  • Michael Sims 119 posts 387 karma points
    Feb 25, 2012 @ 18:57
    Michael Sims
    0

    Error message when trying to view the page with the Poll macro

    Hi,
    Has anyone seen this error when trying to use the Poll in Umbraco 4.7.1?

    The control with ID 'UpdatePanelPoll' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.

    I don't think it is the same issue as the other topic "cryptic scriptmanager error" as they seem to suggest that the error is on submission of the form rather that trying to just show the poll.

    Thanks!
    Mike

  • Michael Sims 119 posts 387 karma points
    Feb 25, 2012 @ 19:13
    Michael Sims
    0

    Incidentally I tried adding a scriptmanager tag to the start of the user control but this just resulted in the following error:

    Control ContentPlaceHolderDefault contentMasterContent Poll 6 ctl00 of type Scriptmanager must be placed inside a form tag with run at server.

    Thanks!
    Mike

  • Simon steed 359 posts 668 karma points
    Apr 03, 2012 @ 14:13
    Simon steed
    0
    You need to add the script manager after the <form runat="server"> tag is defined
  • kaushal 5 posts 25 karma points
    May 14, 2012 @ 13:09
    kaushal
    0

     <form id="formPoll" runat="server">
                        <asp:ScriptManager runat="server"></asp:ScriptManager>
                        <umbraco:Macro PollNodeId="4901" Alias="Poll" runat="server" cache="0"></umbraco:Macro>
                      </form>

  • 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