I want to use ASP.NET AJAX Controls and Infragistics controls in the same page. Infragistics has it's own script manager (WebScriptManager) and AJAX has it's own as well (ToolkitScriptManager).
Only one scriptmanager is allowed on a page.
Can someone please recommend me a solution.
Hello ramon_cruz,
Our controls are created with full compatibility to Microsoft’s “ScriptManager” control and can be used with it without any major functionality or performance hit.
That is why you can use “ScriptManager” control for both Infragistics and AjaxToolkit controls.
Inform me if you have additional questions.
Hi,
I have the same problem as ramon_cruz, but when i use ScriptManager as you told, i got an error:
Microsoft JScript runtime error: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ScriptManager, switch to the ToolkitScriptManager in AjaxControlToolkit.dll.
i'm using VS2008.
Please help me to fix it.
Best Regards
Please help me, it's urgent