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.
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
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
<form id="formPoll" runat="server">
<asp:ScriptManager runat="server"></asp:ScriptManager>
<umbraco:Macro PollNodeId="4901" Alias="Poll" runat="server" cache="0"></umbraco:Macro>
</form>
is working on a reply...
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.