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

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

 There is something wrong with the Telerik radScriptManager. substitute the code below and you'll be fine

 

<asp:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="True" AsyncPostBackTimeout="360000">
     <Scripts>
        <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
        <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
        <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
     </Scripts>       
</asp:ScriptManager>   


RealWorldCode gives developers practical, real‑world solutions with clean, working code — no fluff, no theory, just answers.
Links
Home
Knowledge Areas
Sitemap
Contact
Et cetera
Privacy Policy
Terms and Conditions
Cookie Preferences