Commented 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: TabContainer Active Tab change on mouseover of tab [27386]
I noticed that on the sample tabcontainer page (http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Tabs/Tabs.aspx) the tab's appearances change onmouseover. Is there a simple way to make the...
View ArticleEdited Issue: TabContainer Active Tab/Panel change on mouseover of tab [27386]
I noticed that on the sample tabcontainer page (http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Tabs/Tabs.aspx) the tab's appearances change onmouseover. Is there a simple way to make the...
View ArticleCommented Issue: AJAX Calendar Control problem [27246]
Visual Studio/Team Foundation Server/.NET Framework Tooling versionVisual Studio 2010 SP1Steps to reproduceSteps to recreate the issue:1. Click on any Calendar Control - Current Month is displayed2....
View ArticleCreated Issue: AsyncFileUpload hangs on IE if Response.End() serverside [27387]
After submitting a file through AsyncFileUpload, If I want to End the response in ASP.NET in order to stop the onload event client side, it works fine in Chrome and FireFox but not in IE8/IE9.I...
View ArticleCreated Issue: Javascript error loading hidden TabContainer [27388]
I have a hidden TabContainer on my page. When the page first loads I get a Javascript error when the TabContainer attempts to set focus to its first tabPage. In the interim I have reverted to a...
View ArticleClosed Issue: AjaxFileUpload assumes no query strings already exist in page...
When AjaxFileUpload post back it takes your page URL and appends onto the end of it it's own query strings (contextkey and guid). This works fine if your page URL doesn't already contain any query...
View ArticleCommented Issue: AJAX Calendar Control problem [27246]
Visual Studio/Team Foundation Server/.NET Framework Tooling versionVisual Studio 2010 SP1Steps to reproduceSteps to recreate the issue:1. Click on any Calendar Control - Current Month is displayed2....
View ArticleCommented Issue: BalloonPopupExtender offsetX [27265]
Hi,I have a balloonPopupExtender on my page set as custom with my own css.I'd like to show the balloon centered over the control.If I set its position to topleft and offset to half of the width, it...
View ArticleCommented Issue: PieChart doesn't render all segments correctly [27373]
AjaxToolkit Version: 4.1.7.123Using IE9.When populating the PieChart via code if a segment covers more than approx 50% then it isn't displayed correctly.Code: string[] surveyItems = new string[3] {...
View ArticleCreated Issue: The tab container ondemand doesn't play nice with the...
The tab container ondemand doesn't play nice with the AutoCompleteExtender.Somehow the tab renders before the javascript can. Leaving the autocompleteextender useless on the page.```<script...
View ArticleCommented Issue: TabContainer incorrectly triggers validators [27111]
When the TabContainer is set to OnDemand = True and the TabPanel contains a validator like a requiredfieldvalidator then the validator will be triggered when the tab is activated although the form has...
View ArticleEdited Issue: The tab container ondemand doesn't play nice with the...
The tab container ondemand doesn't play nice with the AutoCompleteExtender.Somehow the tab renders before the javascript can. Leaving the autocompleteextender useless on the...
View ArticleEdited Issue: The tab container ondemand doesn't play nice with the...
The tab container ondemand doesn't play nice with the AutoCompleteExtender.Somehow the tab renders before the javascript can. Leaving the autocompleteextender useless on the...
View ArticleCreated Issue: Ajax charts issue [27390]
Hi there,I'm newbee of ajax tool control and currently dealing to some of chart controls including Ajax charts (version 4.1.7.0123).I just did some testing for my demo in this week and found that there...
View ArticleCreated Issue: HtmlAgilityPackSanitizerProvider stripping attribute values...
In using the HtmlAgilityPackSanitizerProvider I've found that providing this html:```<div style="page-break-after: always;">```Produces the following output, drastically changing the effect of...
View ArticleCommented 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: HtmlEditorExtender Toolbar Issue [27392]
When showing all toolbars, the Back Color and Fore Color buttons only show a portion of the available colors. And specifically, does not show any option for No Color.
View ArticleCreated Issue: AsyncFileUpload Bug [27393]
When users are doing the upload using the AsyncFileUpload, a message appears in the control with the file's path in the server, but the message starts with "c:\fakepath\"... Can i change this text?...
View ArticleCreated Unassigned: AjaxControlToolkit 7.0123 breaks UpdatePanel asynchronous...
I have an ASP.NET Web Application built against ASP.NET 4.5 in VS2012. Within the application are a number of forms containing ListView controls which in turn contain UpdatePanel controls so that any...
View Article