Hi,
I´ve gotten this error after placing a WebDataMenu in my aspx page.Descripción: Excepción no controlada al ejecutar la solicitud Web actual. Revise el seguimiento de la pila para obtener más información acerca del error y dónde se originó en el código. Detalles de la excepción: System.InvalidOperationException: This Infragistics control requires a ScriptManager object on the page in order to operate correctly.Error de código fuente:
Se ha generado una excepción no controlada durante la ejecución de la solicitud Web actual. La información sobre el origen y la ubicación de la excepción pueden identificarse utilizando la excepción del seguimiento de la pila siguiente.
[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) +1983 System.Web.UI.Control.PreRenderRecursiveInternal() +103 System.Web.UI.Control.PreRenderRecursiveInternal() +175 System.Web.UI.Control.PreRenderRecursiveInternal() +175 System.Web.UI.Control.PreRenderRecursiveInternal() +175 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2496
Thanks in advance for your help
Hello t0rren1e,
as far as I see from the last rows of this error:
This Infragistics control requires a ScriptManager object on the page in order to operate correctly.
you don't have ScriptManager on your page.