ASP.NET Ajax update
UPDATE: Based on Slace's answer, I am using the latest official release which includes the functionality I am using, however I am still getting the same issue below.
Gday All,
I am developing an application that uses a popup calendar position that is not part of the ASP.NET Ajax release build. I have updated ASP.NET ajax to the latest dev version and when I create a new application with the required functionality it works fine.
However, in the application I'm trying to update, it doesn't work.
I believe this is because I need to update the Javascript files my application is using (IE CalendarBehavior.js). However, I cannot find the location of these files.
Where will these files be located and how can I update ASP.NET Ajax to the latest version to use the CalendarPositon element?
Cheers, Michael
a source to share
Righto,
I was able to get the solution on my own with a little input from Slace. It turned out that there were some issues with the main version on my PC. So I removed all ASP.NET Ajax components and re-installed using the latest official release. Which fixed the problems I was describing and allowed me to access new features.
a source to share
If it's not in the current version of the AJAX Control Toolkit, I wouldn't expect it to work. It can be partially implemented or just started. I highly recommend that you only use the official releases (which were the other day).
However, you can set a property ScriptPath
to indicate where you want the JS to be placed.
a source to share