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.
Please help me, it's urgent
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
Thanks, so far it is all working fine with the ASP.NET ToolkitScriptManager.
Sorry, I posted in the wrong forum.
Please take a look at my new post:
http://blogs.infragistics.com/forums/t/64238.aspx
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.