Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Deployment > One scriptmanager on the page can exist error

One scriptmanager on the page can exist error

  • Posted on Feb 26, 2010 (permalink)

    Hi,

    I add a new page in Sitefinity. I then add a control (which contains the form tags and runat=server), but I get told that I can only have one scriptmanager on the page when my control itself has no scriptmanagers.

    How can I fix this?

    Thanks

    Reply

  • Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Feb 28, 2010 (permalink)

    Hello G S S,

    You can have only one runat form on a page. On the other hand nested form elements are not allowed in HTML.  You should also have one ScripManager declaration.

    Best wishes,
    Ivan Dimitrov
    the Telerik team

    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.

    Reply

  • Posted on Feb 28, 2010 (permalink)

    My control looks like this:

      <form id="MainForm" runat="server">
     
     <div>
       
    And then inside the div, the content, and of course the partnering closing tags.  The form element is not actually nested.

    Reply

  • Register for webinar
Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Deployment > One scriptmanager on the page can exist error