This Infragistics control requires a ScriptManager object on the page in order to operate correctly.

Kurakula, Julia 21 Reputation points
2023-03-02T05:48:24.94+00:00

Server Error in '/' Application.

This Infragistics control requires a ScriptManager object on the page in order to operate correctly.

**Description:**An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

**Exception Details:**System.InvalidOperationException: This Infragistics control requires a ScriptManager object on the page in order to operate correctly.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

|[InvalidOperationException: This Infragistics control requires a ScriptManager object on the page in order to operate correctly.]
Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.OnPreRender(EventArgs e) +1391
System.Web.UI.Control.PreRenderRecursiveInternal() +90
System.Web.UI.Control.PreRenderRecursiveInternal() +163
System.Web.UI.Control.PreRenderRecursiveInternal() +163
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +906| | -------- | ||


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4494.0

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,277 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
875 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Lan Huang-MSFT 25,716 Reputation points Microsoft Vendor
    2023-03-02T06:05:27.6466667+00:00

    Hi @Kurakula, Julia,

    You can add your Script Manager tags just below the <Form> tag of your page. Here is how you can place your Script Manager tag.

    <body> 
    <form runat="server"> 
    <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager> 
    ...
    </form> 
    </body>
    

    Best regards,
    Lan Huang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.