Created Issue: AsyncFileUpload don't work in repeater [27352]
Hi,I detect an issue inside the AsyncFileUpload component when I use it inside a repater.The issue is in the ReceivedFile function.``` foreach (string uploadedFile in this.Page.Request.Files){ string...
View ArticleCreated Issue: EnableCDN does not work on ToolkitScriptManager on .NET 4.5...
Created ASP.NET page using .NET 4.5. Added a updatepanel with a timer in it and using ToolkitScriptManager. If you set EnableCDN then the timer ajax postbacks fail.This fails on all versions of...
View ArticleCreated Issue: Method add_populated on ajax CascadingDropDown is undefined...
Method add_populated is not working on Cascasing Drop Down, and display error message undefined after upgrade ajax Control Toolkit to version 7.0123.Previous version is still working (ajax control...
View ArticleCommented Issue: ValidateRequestMode="Disabled" doesn't appear to work in...
.Net 4.5 supports ValidateRequestMode at the control level which is just fantastic and that works well with the built-in ScriptManager. If you swap the built-in ScriptManager for the...
View ArticleCommented Issue: The ToolkitScriptManager makes the new ASP.Net 4.5 request...
The description of this new ASP.Net 4.5 feature can be find here : http://www.asp.net/vnext/overview/whitepapers/whats-new#_Toc318097379It allows people to keep the ValidateRequest="true", even when...
View ArticleCommented Issue: The ToolkitScriptManager makes the new ASP.Net 4.5 request...
The description of this new ASP.Net 4.5 feature can be find here : http://www.asp.net/vnext/overview/whitepapers/whats-new#_Toc318097379It allows people to keep the ValidateRequest="true", even when...
View ArticleCommented Issue: ValidateRequestMode="Disabled" doesn't appear to work in...
.Net 4.5 supports ValidateRequestMode at the control level which is just fantastic and that works well with the built-in ScriptManager. If you swap the built-in ScriptManager for the...
View ArticleCreated Issue: this._sessions is null [27355]
I have a project which was working OK with the previous version of the toolkit. After upgrading through NuGet (uninstall and install again) I get this JavaScript error in the browser (FF18 and IE10)....
View ArticleCreated Issue: Important Fix for Calendar Extender [27356]
I'm not going to reveal how many days I've been fighting this. I think this should be a high priority issue. I have two applications using virtually identical code, with the same version of the...
View ArticleCreated Issue: AjaxFileUpload - Bug Uploading .docx files [27357]
I've had trouble uploading .docx files using AjaxFileUploader...they seemed to be ignored even though "docx" was in AllowedFileTypes.The problem arises in the following function in AjaxFileUpload.js,...
View ArticleCommented Issue: Multiple AjaxFileUpload on same page fires allways the same...
When I have multiples AjaxFileUpload controls on the same page, the event fired is always the same.<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2"...
View ArticleCommented Issue: Error in Tabs Ajax Control Toolkit. [27237]
Hi,I found an error in Tabs of ajax control toolkit, I have downloaded the last version of June 2012 Release, the erros occors in the other versions too.The error consist in have a TabContainer inside...
View ArticleClosed Issue: The ToolkitScriptManager makes the new ASP.Net 4.5 request...
The description of this new ASP.Net 4.5 feature can be find here : http://www.asp.net/vnext/overview/whitepapers/whats-new#_Toc318097379It allows people to keep the ValidateRequest="true", even when...
View ArticleClosed Issue: Null reference exception asp.net 4.5 and 4.0 [27290]
I am having a null exception with ajaxControlKit i googled it but no solution foundComments: Due to not sufficient information we are closing this issue.
View ArticleClosed Issue: Error: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts....
I've that error. My page has<%@ Register TagPrefix="asp" Namespace="AjaxControlToolkit" Assembly="AjaxControlToolkit"%>...<asp:ToolkitScriptManager...
View ArticleClosed Issue: Asp.net 4.5 & Ajaxtoolkit [27252]
Hello everyone, I am using Visual studio 2012.I created a project with the default template, I immediately added a FilteredTextBoxExtender to filter a textbox but it does not work, someone can tell me...
View ArticleClosed Issue: ModalPopupExtender and ValidationSummary Confict [27306]
I understand that this has been an issue for some time and I just ran into it. When a ValidationSummary control in inside the modal, you get this error:Microsoft JScript runtime error: Object expected'...
View ArticleCreated Issue: Not Compatible with IIS 8 [27358]
Just let me know what else to try to prove this false.Steps:Built fresh ASP form apps using VS 2012 Express for Web.Added the toolkit using NuGet.Created an AJAX toolbox tab and browsed to the toolkit...
View ArticleCommented Issue: Problem with tabcontainer in IE8 [27201]
Hello, My team and me have developped a control using some ajax controls... The main control used is the tabcontainer containing 2-3 tabPanels.Our control is working perfectly in ie9, firefox, chrome,...
View ArticleCreated Issue: ToggleButtonExtender not rendering images [27359]
I am using AjaxControlToolkit 4.5.7.123 with a Target framework of .NET Framework 4.5. The page contains the ToolkitScriptManager control. There are user controls on the page, each of which contains...
View Article