I am creating a new asp.net 3.5 website which will use ajax. I have referenced the AJAX Control Toolkit 3.5. On the the master-page, I added the ScriptManager (from AJAX Extensions) and then added a control from the ajax control toolkit 3.5. But I receieved the following error:
"AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts"...
After reading, it dawned on me that asp.net 3.5 website (using asp.net ajax controltoolkit 3.5) uses ToolkitScriptManagera and not ScriptManager. Please correct me if I am wrong. Also, what is the reason for having another scriptmanager (ToolkitScriptManager) when we already have the ScriptManager.