Edited Issue: AjaxFileUpload - How to Resize image before upload ? [27337]
I need to resize an image, before OnUploadComplete event raise.<br />Is this possible?<br />it would be better to select the size like: UploadedImageMaxWidth = "800" UploadedImageMaxHeight...
View ArticleCommented Issue: AjaxFileUpload - calls first upload_complete on page [27234]
I had multiple ajax file uploads on a page with seperate upload_complete methods. however when upload first using the 2nd or third uploaders, it always still called the upload_complete of the first...
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: 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 ArticleCreated Issue: Veracode warns of "Unsafe Reflection" in ToolkitScriptManager...
Part of our client's development process includes running a static code scan with the [Veracode](http://www.veracode.com) security tool. Veracode warns of a security flaw in the most recent stable...
View ArticleCreated Issue: Problem deploying web application using ajaxcontroltoolkit...
Hi folks - When i deploy my application and then load up the default.aspx i immediately get this error...The assembly 'AjaxControlToolkit, Version=4.1.60919.0, Culture=neutral,...
View ArticleCommented Issue: Problem deploying web application using ajaxcontroltoolkit...
Hi folks - When i deploy my application and then load up the default.aspx i immediately get this error...The assembly 'AjaxControlToolkit, Version=4.1.60919.0, Culture=neutral,...
View ArticleCommented Issue: Problem deploying web application using ajaxcontroltoolkit...
Hi folks - When i deploy my application and then load up the default.aspx i immediately get this error...The assembly 'AjaxControlToolkit, Version=4.1.60919.0, Culture=neutral,...
View ArticleCreated Issue: One more time: AjaxControlToolkit requires ASP.NET Ajax 4.0...
My ajaxcontroltoolkit was working fine until I selected "convert to web application" on the Solution Explorer. I now get the "Ajax 4.0 scripts" message with my project, and with both of my backups. I...
View ArticleCommented Issue: BUG: AjaxFileUpload inserted inside a ModalPopupExtender in...
The AjaxFileUpload inserted inside a ModalPopupExtender, all inside a TabContainer. After selecting the file does not start loading the file. Problem that arises when not using the TabContainer. <%@...
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: System.NullReferenceException: Object reference not set to an...
From time to time, my clients gets this error.System.NullReferenceException: Object reference not set to an instance of an object. at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue...
View ArticleCreated Issue: Accordion does not have server-side SelectedIndexChanged event...
This issue is made especially difficult by the fact that a postback does not have SelectedIndex property set correctly, requiring the use of ViewState to track the selected index, as well as additional...
View ArticleCreated Issue: AccordionPane is NOT DataBound in ItemDataBound event [27342]
Unlike other databound controls, which allow code similar to the following:var control = e.Item.FindControl("controlName");// manipulate attributes, or add triggers to controlthe Accordion...
View ArticleCommented Issue: One more time: AjaxControlToolkit requires ASP.NET Ajax 4.0...
My ajaxcontroltoolkit was working fine until I selected "convert to web application" on the Solution Explorer. I now get the "Ajax 4.0 scripts" message with my project, and with both of my backups. I...
View ArticleCreated Issue: OutOfMemoryException in ExtenderControlBase.Dispose [27343]
I am making application in asp.net framework 4.0 with latest ajaxtoolkit, and sql server 2005 for database, but I am getting error as Exception of type 'System.OutOfMemoryException' was throwni had...
View ArticleCreated Issue: CollapsiblePanelExtender issue with MasterPage's ScriptManager...
The new VS2012's default MasterPage design comes with a ScriptManager. I am unable to add a CollapsiblePanelExtender on to a web form because the CPE requires ToolkitScriptManager.So then I thought,...
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 ArticleEdited 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 ArticleEdited 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 Article