Answered by:
What might be the possibilities of AJAXToolkit not working under aspspider.net?

Question
-
User-1993844047 posted
I have uploaded anything, the program is up and running.
But.... The CalendarExtender is not working, no dropdowns for the calendar.
I've uploaded the AJAXControlTookKit.dll to the bin folder.
Everything else, aspx, js, css, Global.asax, master page, my application.publish.xml and web.config as usual.
Everything is up and running except the CalendarExtender is not there.
Resources up'ed (pngs)
What may be the reasons why the CalendarExtender is not showing when being clicked on the date textbox...
Double checked all the files are present...
Thursday, April 9, 2015 1:52 AM
Answers
-
User-1506965535 posted
Yes,
Do one thing,
Uninstall the AjaxToolkit.
Again download it from the link below
https://ajaxcontroltoolkit.codeplex.com/
Then, install in your project. It will automatically add the proper version in the web.config file.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, April 9, 2015 3:12 AM
All replies
-
User-1506965535 posted
What may be the reasons why the CalendarExtender is not showing when being clicked on the date textbox...The reason may be:-
To see an error with the ajax control toolkit, debug in internet explorer. Once I stopped debugging in chrome, I caught an error that said:
...AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts.
I had to remove
Microsoft.Scriptmanager.MSAjax.dll
from the bin folder of the project.Also
do you have registered the tagPrefix and the assembly in your web.config? Like below
<system.web> <pages> <controls> <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> </controls> </pages> </system.web>
In the below link, you will get all the documents related to AjaxControlToolkit.
Thursday, April 9, 2015 2:30 AM -
User-1993844047 posted
Tried that... Doesn't work
I notice I am using System Web Extension Version 4.0.0.0
and AJAXControlToolKit version 3.0.20820.16598
and Runtime version 2.0.50727
Is there going to be a problem?
Thanks
Jack
Thursday, April 9, 2015 3:00 AM -
User-1506965535 posted
Yes,
Do one thing,
Uninstall the AjaxToolkit.
Again download it from the link below
https://ajaxcontroltoolkit.codeplex.com/
Then, install in your project. It will automatically add the proper version in the web.config file.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, April 9, 2015 3:12 AM