I was able to add the AJAX Toolkit tab in my VS 2008 tool box.
I am using the AutoComplete serach extender which works fine when I use the Ajax Tool Kit Script manager.
When I use the Ajax Extension Script Manager in place of Ajak ToolKit Script manager I get an 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 AjaxScriptManager in System.Web.Ajax.dll, or use the ToolkitScriptManager in AjaxControlToolkit.dll.
"
Please let me know why AutoComplete Search Extender is not working with the Ajax Extension Script Manager.
Gaurav17
Member
1 Points
22 Posts
Visual Studio 2008
Mar 24, 2010 02:46 PM|LINK
Hello,
I am in the process of migrating the ASP.Web Application from .NET framework 1.1 to 3.5.
I installed the VS 2008 (framework 3.5 SP1) and was able to rebuild the ASP.NET web app from 1.1.
I downoladed the AJAX Toll Kit library from codeplex http://www.codeplex.com/AjaxControlToolkit
I was able to add the AJAX Toolkit tab in my VS 2008 tool box.
I am using the AutoComplete serach extender which works fine when I use the Ajax Tool Kit Script manager.
When I use the Ajax Extension Script Manager in place of Ajak ToolKit Script manager I get an 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 AjaxScriptManager in System.Web.Ajax.dll, or use the ToolkitScriptManager in AjaxControlToolkit.dll.
"
Please let me know why AutoComplete Search Extender is not working with the Ajax Extension Script Manager.
Thanks,
Gaurav
Gaurav Mittal
night_dog
Member
418 Points
93 Posts
Re: Visual Studio 2008
Mar 26, 2010 07:43 AM|LINK
Check this: http://forums.asp.net/t/1529516.aspx
Regards,
Night_dog
dude_123
Contributor
2385 Points
369 Posts
Re: Visual Studio 2008
Mar 29, 2010 12:41 PM|LINK
just the script manager from the asp script manager to the ajax
<cc1:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"></cc1:ToolkitScriptManager>
Gaurav17
Member
1 Points
22 Posts
Re: Visual Studio 2008
Mar 29, 2010 02:07 PM|LINK
Thanks.
Gaurav Mittal