<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>AJAX Control Toolkit</title><link>http://ajaxcontroltoolkit.codeplex.com/project/feeds/rss</link><description>The AJAX Control Toolkit is a collection of samples and components which make it easier than ever to build and consume rich client-side controls and extenders built on the Microsoft AJAX Library and ASP.NET 2.0 AJAX Extensions. The Toolkit provides both ready to go samples and a powerful SDK to simplify the creation and re-use of your own custom controls and extenders.</description><item><title>Created Issue: BalloonPopupExtender [27112]</title><link>http://ajaxcontroltoolkit.codeplex.com/workitem/27112</link><description>BalloonPopupExtender  is visible by default at first time of page load when it is inside of a tabpanel of tabcontainer.&lt;br /&gt;This problem is occuring only if i place control inside tabpanel of tabcontainer..&lt;br /&gt;&lt;br /&gt;My Code is below&lt;br /&gt;&lt;br /&gt;&amp;#60;cc1&amp;#58;TabContainer ID&amp;#61;&amp;#34;tabDemograph&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34;&amp;#62;&lt;br /&gt;        &amp;#60;cc1&amp;#58;TabPanel ID&amp;#61;&amp;#34;tabHotels&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; HeaderText&amp;#61;&amp;#34;Hotels&amp;#34; &amp;#62;&lt;br /&gt;        &amp;#60;ContentTemplate&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;asp&amp;#58;ListBox ID&amp;#61;&amp;#34;lbCity&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; SelectionMode&amp;#61;&amp;#34;Multiple&amp;#34; Height&amp;#61;&amp;#34;100px&amp;#34;&lt;br /&gt;                  Width&amp;#61;&amp;#34;141px&amp;#34;&amp;#62;&amp;#60;&amp;#47;asp&amp;#58;ListBox&amp;#62;&lt;br /&gt;&amp;#60;cc1&amp;#58;BalloonPopupExtender ID&amp;#61;&amp;#34;lbCity_BalloonPopupExtender&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34;&lt;br /&gt;                  BalloonPopupControlID&amp;#61;&amp;#34;Panel1&amp;#34; CustomCssUrl&amp;#61;&amp;#34;&amp;#34; DynamicServicePath&amp;#61;&amp;#34;&amp;#34;&lt;br /&gt;                  Enabled&amp;#61;&amp;#34;True&amp;#34; ExtenderControlID&amp;#61;&amp;#34;&amp;#34; TargetControlID&amp;#61;&amp;#34;lbCity&amp;#34;&amp;#62;&lt;br /&gt;              &amp;#60;&amp;#47;cc1&amp;#58;BalloonPopupExtender&amp;#62;&lt;br /&gt;&amp;#60;asp&amp;#58;Panel ID&amp;#61;&amp;#34;Panel1&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34;&amp;#62;&lt;br /&gt;             welcome&lt;br /&gt; &amp;#60;&amp;#47;asp&amp;#58;Panel&amp;#62;&lt;br /&gt; &amp;#60;&amp;#47;ContentTemplate&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;cc1&amp;#58;TabPanel&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;cc1&amp;#58;TabContainer&amp;#62;&lt;br /&gt;</description><author>balajikcp8</author><pubDate>Wed, 22 Feb 2012 10:52:55 GMT</pubDate><guid isPermaLink="false">Created Issue: BalloonPopupExtender [27112] 20120222105255A</guid></item><item><title>Created Issue: TabContainer incorrectly triggers validators [27111]</title><link>http://ajaxcontroltoolkit.codeplex.com/workitem/27111</link><description>When the TabContainer is set to OnDemand &amp;#61; 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 not been submitted. You can recreate this issue using the following code&amp;#58;&lt;br /&gt;&lt;br /&gt;    &amp;#60;asp&amp;#58;TabContainer ID&amp;#61;&amp;#34;TabContainer1&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; ActiveTabIndex&amp;#61;&amp;#34;0&amp;#34; &lt;br /&gt;        ondemand&amp;#61;&amp;#34;True&amp;#34;&amp;#62;&lt;br /&gt;        &amp;#60;asp&amp;#58;TabPanel runat&amp;#61;&amp;#34;server&amp;#34; HeaderText&amp;#61;&amp;#34;TabPanel1&amp;#34; ID&amp;#61;&amp;#34;TabPanel1&amp;#34;&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;asp&amp;#58;TabPanel&amp;#62;&lt;br /&gt;        &amp;#60;asp&amp;#58;TabPanel ID&amp;#61;&amp;#34;TabPanel2&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; HeaderText&amp;#61;&amp;#34;TabPanel2&amp;#34;&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;asp&amp;#58;TabPanel&amp;#62;&lt;br /&gt;        &amp;#60;asp&amp;#58;TabPanel ID&amp;#61;&amp;#34;TabPanel3&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; HeaderText&amp;#61;&amp;#34;TabPanel3&amp;#34;&amp;#62;&lt;br /&gt;            &amp;#60;ContentTemplate&amp;#62;&lt;br /&gt;                &amp;#60;asp&amp;#58;TextBox ID&amp;#61;&amp;#34;TextBox1&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; style&amp;#61;&amp;#34;margin-bottom&amp;#58; 0px&amp;#34; &lt;br /&gt;                    ValidationGroup&amp;#61;&amp;#34;Test&amp;#34;&amp;#62;&amp;#60;&amp;#47;asp&amp;#58;TextBox&amp;#62;&lt;br /&gt;                &amp;#60;asp&amp;#58;RequiredFieldValidator ID&amp;#61;&amp;#34;RequiredFieldValidator1&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; &lt;br /&gt;                    ErrorMessage&amp;#61;&amp;#34;RequiredFieldValidator&amp;#34; ControlToValidate&amp;#61;&amp;#34;TextBox1&amp;#34; &lt;br /&gt;                    ForeColor&amp;#61;&amp;#34;Red&amp;#34; ValidationGroup&amp;#61;&amp;#34;Test&amp;#34;&amp;#62;&amp;#42;&amp;#60;&amp;#47;asp&amp;#58;RequiredFieldValidator&amp;#62;&lt;br /&gt;                &amp;#60;asp&amp;#58;Button ID&amp;#61;&amp;#34;Button1&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; Text&amp;#61;&amp;#34;Button&amp;#34; ValidationGroup&amp;#61;&amp;#34;Test&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;ContentTemplate&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;asp&amp;#58;TabPanel&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;asp&amp;#58;TabContainer&amp;#62;&lt;br /&gt;</description><author>dtromp</author><pubDate>Tue, 21 Feb 2012 06:50:03 GMT</pubDate><guid isPermaLink="false">Created Issue: TabContainer incorrectly triggers validators [27111] 20120221065003A</guid></item><item><title>Created Issue: Add more translations for 'Today' in CalendarExtender, e.g. Greek [27110]</title><link>http://ajaxcontroltoolkit.codeplex.com/workitem/27110</link><description>Add more translations for &amp;#39;Today&amp;#39; in CalendarExtender, e.g. Greek.&lt;br /&gt;</description><author>samgarnham</author><pubDate>Mon, 20 Feb 2012 11:35:57 GMT</pubDate><guid isPermaLink="false">Created Issue: Add more translations for 'Today' in CalendarExtender, e.g. Greek [27110] 20120220113557A</guid></item><item><title>Created Issue: ModalPopupExtender shows full stops instead of commas and throws Exception for German Dates [27109]</title><link>http://ajaxcontroltoolkit.codeplex.com/workitem/27109</link><description>Using November 2011 release,&lt;br /&gt;&lt;br /&gt;In German, &amp;#40;culture, uiCulture, enableScriptGlobalization, enableScriptLocalization, enableClientBasedCulture, etc&amp;#41;&lt;br /&gt;&lt;br /&gt;have a textbox with associated calenderextender, maskededitextender, maskededitvalidator, etc.&lt;br /&gt;&lt;br /&gt;in calendar, click on 16&amp;#47;02&amp;#47;2012&lt;br /&gt;Shows &amp;#39;__,__,____&amp;#39; &amp;#40;comma separated&amp;#41; when you&amp;#39;d expect &amp;#39;__.__.____&amp;#39; &amp;#40;full stop seperated&amp;#41;.&lt;br /&gt;Throws an exception at line 2888 of MaskedEdit.MaskedEditBehavior.debug.js&lt;br /&gt;&lt;br /&gt;In German, in calendar, click on 16&amp;#47;02&amp;#47;2012&lt;br /&gt;Throws an exception at line 2888 of MaskedEdit.MaskedEditBehavior.debug.js&lt;br /&gt;Shows &amp;#39;__,__,____&amp;#39; when you&amp;#39;d expect &amp;#39;__.__.____&amp;#39;&lt;br /&gt;</description><author>samgarnham</author><pubDate>Mon, 20 Feb 2012 11:33:03 GMT</pubDate><guid isPermaLink="false">Created Issue: ModalPopupExtender shows full stops instead of commas and throws Exception for German Dates [27109] 20120220113303A</guid></item><item><title>Created Issue: CalendarExtender: Bug when selecting December shifts to January. [27108]</title><link>http://ajaxcontroltoolkit.codeplex.com/workitem/27108</link><description>Hi all&amp;#33;&lt;br /&gt;I&amp;#39;m using the AJAX Calendar Extender on a web application, and discovered an odd bug while testing it. I have extensive validations all over the page, and some are focused on the date where the calendar is applied. Many situations, I have StartDate and end EndDate of 2 or 3 days.&lt;br /&gt;i.e.&amp;#58; &lt;br /&gt;DateFormat &amp;#61; &amp;#34;dd&amp;#47;MM&amp;#47;yyyy&amp;#34;&lt;br /&gt;StartDate &amp;#61; 14&amp;#47;12&amp;#47;2010&lt;br /&gt;EndDate &amp;#61; 15&amp;#47;12&amp;#47;2010&lt;br /&gt;&lt;br /&gt;In this scenario, the user will navigate to the years &amp;#40;as we&amp;#39;re in 2012&amp;#41;, select 2010-2019, then 2010. then he will choose Dec, and then pick a date between StartDate and EndDate, however due to this bug, he can&amp;#39;t.&lt;br /&gt;Upon clicking on Dec, the control shifts to Jan&amp;#47;2010, where no dates are available &amp;#40;Below StartDate&amp;#41;. Repeating the process will get you to Jan&amp;#47;2010.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve tested on a clean control, and on the sample page &amp;#40;http&amp;#58;&amp;#47;&amp;#47;www.asp.net&amp;#47;ajaxLibrary&amp;#47;AjaxControlToolkitSampleSite&amp;#47;Calendar&amp;#47;Calendar.aspx&amp;#41;, where no StartDate or EndDate are specified, and the same problem occurs. The only workaround to effectivelly choose December is to return to that year months, select Nov, then go back to months and then select Dec, and then it is displayed.&lt;br /&gt;&lt;br /&gt;I have already downloaded the latest toolkit version for .NET Framework 4.0.&lt;br /&gt;&lt;br /&gt;Hope you can figure out a solution for this bug.&lt;br /&gt;</description><author>mteknight</author><pubDate>Thu, 16 Feb 2012 19:53:15 GMT</pubDate><guid isPermaLink="false">Created Issue: CalendarExtender: Bug when selecting December shifts to January. [27108] 20120216075315P</guid></item><item><title>Reviewed: November 2011 Release (Feb 15, 2012)</title><link>http://ajaxcontroltoolkit.codeplex.com/releases/view/76976#ReviewBy-richikiki</link><description>Rated 3 Stars &amp;#40;out of 5&amp;#41; - Please add to this page the source code for 3.5</description><author>richikiki</author><pubDate>Wed, 15 Feb 2012 19:15:41 GMT</pubDate><guid isPermaLink="false">Reviewed: November 2011 Release (Feb 15, 2012) 20120215071541P</guid></item><item><title>Commented Issue: TabContainer throws exception in user control with Nov release [27053]</title><link>http://ajaxcontroltoolkit.codeplex.com/workitem/27053</link><description>A user control contains a tabcontainer. When aspx page loads, the user control is not visible. Ajax toolkit script function tries to set focus on tabcontainer and it throws exception &amp;#58; &amp;#34;Can&amp;#39;t move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus.&amp;#34; &lt;br /&gt;&lt;br /&gt;The problem occurs in IE 8 with 11&amp;#47;16&amp;#47;2011 release. It worked OK with sept. release.&lt;br /&gt;Comments: Thanks for the solution given by desterley, now my code is working as required.&amp;#10;This error was a show stopper for me as none of my pages were able to perform a postback and proceed forward.</description><author>aniketathalye</author><pubDate>Tue, 14 Feb 2012 20:06:45 GMT</pubDate><guid isPermaLink="false">Commented Issue: TabContainer throws exception in user control with Nov release [27053] 20120214080645P</guid></item><item><title>Created Issue: AJAX control Html Editor's "SuppressTabInDesignMode" property does not work in chrome. [27107]</title><link>http://ajaxcontroltoolkit.codeplex.com/workitem/27107</link><description>AJAX control Html Editor&amp;#39;s &amp;#34;SuppressTabInDesignMode&amp;#34; property works fine in IE and FF but it is not workin in chrome. How we use to shift focus to next control using tab key in chrome&amp;#63; If we &amp;#34;SuppressTabInDesignMode &amp;#61; true&amp;#34; then we can use tab key to shift focus to the next control in IE and FF but in chrome it goes 7 charechers ahead in the editor&amp;#40;7 spaces&amp;#41;. &lt;br /&gt;&lt;br /&gt;Atiq&lt;br /&gt;</description><author>Atiqiub</author><pubDate>Tue, 14 Feb 2012 05:30:55 GMT</pubDate><guid isPermaLink="false">Created Issue: AJAX control Html Editor's "SuppressTabInDesignMode" property does not work in chrome. [27107] 20120214053055A</guid></item><item><title>Created Issue: AJAX control Html Editor's "SuppressTabInDesignMode" property does not work in chrome. [27106]</title><link>http://ajaxcontroltoolkit.codeplex.com/workitem/27106</link><description>AJAX control Html Editor&amp;#39;s &amp;#34;SuppressTabInDesignMode&amp;#34; property works fine in IE and FF but it is not workin in chrome. How we use to shift focus to next control using tab key in chrome&amp;#63; If we &amp;#34;SuppressTabInDesignMode &amp;#61; true&amp;#34; then we can use tab key to shift focus to the next control in IE and FF but in chrome it goes 7 charechers ahead in the editor&amp;#40;7 spaces&amp;#41;.&lt;br /&gt;&lt;br /&gt;Atiq.&lt;br /&gt;</description><author>Atiqiub</author><pubDate>Tue, 14 Feb 2012 04:59:34 GMT</pubDate><guid isPermaLink="false">Created Issue: AJAX control Html Editor's "SuppressTabInDesignMode" property does not work in chrome. [27106] 20120214045934A</guid></item><item><title>Commented Feature: Add Image Support for HtmlEditorExtender  [26976]</title><link>http://ajaxcontroltoolkit.codeplex.com/workitem/26976</link><description>Add support for uploading images to the HtmlEditorExtender.&lt;br /&gt;Comments: For the time being cant you just slightly modify the add link button to create a button which creates an image tag when pointed to a link&amp;#63;  This should be a very quick change and would make this quite a bit more useful.</description><author>nasanu</author><pubDate>Sat, 11 Feb 2012 13:52:33 GMT</pubDate><guid isPermaLink="false">Commented Feature: Add Image Support for HtmlEditorExtender  [26976] 20120211015233P</guid></item><item><title>Commented Feature: Add Support for Source View to HtmlEditorExtender [26979]</title><link>http://ajaxcontroltoolkit.codeplex.com/workitem/26979</link><description>Support for adding markup directly to the HtmlEditorExtender&lt;br /&gt;Comments: This is a must feature for me.  Is there any update on getting this done&amp;#63;</description><author>dtsob75</author><pubDate>Fri, 10 Feb 2012 15:17:47 GMT</pubDate><guid isPermaLink="false">Commented Feature: Add Support for Source View to HtmlEditorExtender [26979] 20120210031747P</guid></item><item><title>Created Issue: Ajax tool kit Nov 11 release - unable to read text on a web page [27105]</title><link>http://ajaxcontroltoolkit.codeplex.com/workitem/27105</link><description>I downloaded Ajax tool kit nov 2011 release. But adding reference and updating the web.config file with the right version, my web site does not work. It shows unreadable text on the web site.  - View source does show the same text. Any help would be appreciated. Thanks&amp;#33;&lt;br /&gt;&lt;br /&gt;&amp;#65533;&amp;#65533;&amp;#7;&amp;#96;&amp;#28;I&amp;#65533;&amp;#37;&amp;#38;&amp;#47;m&amp;#65533;&amp;#123;&amp;#127;J&amp;#65533;J&amp;#65533;&amp;#65533;t&amp;#65533;&amp;#8;&amp;#65533;&amp;#96;&amp;#19;&amp;#36;ؐ&amp;#64;&amp;#16;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#29;iG&amp;#35;&amp;#41;&amp;#65533;&amp;#42;&amp;#65533;&amp;#65533;eVe&amp;#93;f&amp;#22;&amp;#64;&amp;#65533;흼&amp;#65533;&amp;#65533;&amp;#123;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#123;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#59;&amp;#65533;N&amp;#39;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#63;&amp;#92;fd&amp;#1;l&amp;#65533;&amp;#65533;J&amp;#65533;&amp;#606;&amp;#33;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#31;&amp;#63;&amp;#126;&amp;#124;&amp;#31;&amp;#63;&amp;#34;&amp;#30;&amp;#65533;&amp;#65533;Ey&amp;#65533;&amp;#27;&amp;#39;&amp;#41;&amp;#61;&amp;#65533;&amp;#65533;y6&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;h&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;Z&amp;#65533;&amp;#65533;tY&amp;#65533;iYe&amp;#65533;&amp;#65533;&amp;#65533;&amp;#40;&amp;#65533;&amp;#65533;&amp;#65533;Ӭi&amp;#65533;Ť&amp;#65533;N&amp;#63;&amp;#62;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;I&amp;#65533;l&amp;#65533;&amp;#65533;&amp;#124;SU&amp;#65533;ۢ&amp;#29;&amp;#65533;&amp;#63;&amp;#65533;&amp;#65533;MQ-&amp;#63;&amp;#65533;&amp;#31;&amp;#65533;&amp;#65533;&amp;#65533;w&amp;#65533;w&amp;#65533;F&amp;#65533;&amp;#634;l&amp;#65533;u&amp;#65533;&amp;#65533;2_&amp;#65533;uV&amp;#65533;җ&amp;#65533;IYL&amp;#127;&amp;#65533;&amp;#65533;&amp;#65533;M&amp;#65533;6_&amp;#126;&amp;#65533;wp&amp;#65533;&amp;#65533;&amp;#59;&amp;#65533;&amp;#65533;&amp;#15;&amp;#65533;&amp;#39;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#63;F&amp;#47;Ւ&amp;#58;&amp;#59;O&amp;#65533;&amp;#65533;Ig&amp;#65533;&amp;#42;_&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;țq&amp;#65533;f&amp;#65533;&amp;#19;&amp;#62;Ӭ&amp;#65533;g&amp;#22;&amp;#65533;&amp;#65533;&amp;#65533;t&amp;#65533;-&amp;#65533;&amp;#65533;&amp;#65533;i&amp;#65533;&amp;#65533;y&amp;#65533;,Z&amp;#65533;&amp;#33;&amp;#65533;Uy&amp;#65533;&amp;#65533;&amp;#47;&amp;#65533;v&amp;#58;O&amp;#91;z&amp;#65533;&amp;#34;_&amp;#65533;&amp;#65533;yM0&amp;#65533;q&amp;#65533;u&amp;#65533;n&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;Z&amp;#65533;&amp;#65533;&amp;#126;u&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;o&amp;#30;&amp;#65533;&amp;#59;&amp;#65533;&amp;#14;vv&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;y&amp;#124;Wh&amp;#65533;&amp;#17;&amp;#65533;i&amp;#65533;&amp;#65533;&amp;#15;&amp;#65533;I5&amp;#65533;N&amp;#127;&amp;#65533;9&amp;#17;d&amp;#65533;&amp;#60;&amp;#91;&amp;#20;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#26;&amp;#65533;l&amp;#65533;&amp;#125;tȟ&amp;#94;&amp;#65533;&amp;#65533;ż&amp;#125;&amp;#65533;&amp;#65533;&amp;#65533;EV&amp;#65533;GM&amp;#65533;&amp;#65533;&amp;#65533;Q&amp;#58;&amp;#126;&amp;#65533;&amp;#47;&amp;#14;&amp;#65533;UYՏ&amp;#38;e6&amp;#125;&amp;#123;&amp;#65533;KR&amp;#15;&amp;#65533;&amp;#65533;&amp;#61;&amp;#65533;&amp;#65533;&amp;#64;&amp;#22;Y&amp;#125;Q,&amp;#65533;&amp;#65533;j&amp;#65533;&amp;#40;ݾ&amp;#65533;z&amp;#65533;K&amp;#124;&amp;#92;o&amp;#3;sR&amp;#65533;&amp;#65533;&amp;#91;C&amp;#65533;&amp;#65533;n&amp;#65533;&amp;#65533;ӛa&amp;#65533;&amp;#6;&amp;#65533;&amp;#123;&amp;#65533;j&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;4&amp;#65533;&amp;#65533;5A&amp;#65533;&amp;#91;&amp;#65533;&amp;#65533;qE&amp;#65533;&amp;#65533;C&amp;#93;&amp;#65533;yg&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;b&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;MU&amp;#65533; &amp;#92;g&amp;#65533;a&amp;#65533;&amp;#65533;_&amp;#30;&amp;#19;&amp;#65533;&amp;#65533;y&amp;#65533;&amp;#20;&amp;#65533;&amp;#65533; &amp;#65533;J&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;ߵ۳&amp;#124;Z&amp;#65533;&amp;#25;8&amp;#65533;&amp;#17;&amp;#65533;&amp;#65533;2&amp;#63; &amp;#64;&amp;#93;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;X_&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;&amp;#65533;E&amp;#94;&amp;#65533;&amp;#36; &amp;#65533;X&amp;#65533;&amp;#62;&amp;#65533;ڶZ&lt;br /&gt;</description><author>pmthavamani</author><pubDate>Wed, 08 Feb 2012 17:21:12 GMT</pubDate><guid isPermaLink="false">Created Issue: Ajax tool kit Nov 11 release - unable to read text on a web page [27105] 20120208052112P</guid></item><item><title>Created Issue: BalloonPopupExtender to make popup with auto hieght and width [27104]</title><link>http://ajaxcontroltoolkit.codeplex.com/workitem/27104</link><description>Hi all,&lt;br /&gt;&lt;br /&gt;I am using balloon popup Extender for my tooltip Popup, i have made BalloonStyle &amp;#61;&amp;#34;Custom&amp;#34; and applied Custom CSS for balloon popup Extender , with auto width and height... &lt;br /&gt;&lt;br /&gt;but its not making it auto.... it is overwriting my  popup div width and height with just 4px &amp;#33;&amp;#33;&amp;#33; &amp;#58;&amp;#40; , i have no idea how to make it work.... &lt;br /&gt;&lt;br /&gt;can anybody have idea on this&amp;#63;&lt;br /&gt;Thanks &lt;br /&gt;Meghana&lt;br /&gt;</description><author>megha23</author><pubDate>Wed, 08 Feb 2012 06:41:49 GMT</pubDate><guid isPermaLink="false">Created Issue: BalloonPopupExtender to make popup with auto hieght and width [27104] 20120208064149A</guid></item><item><title>Created Issue: Tabcontainer ActiveTabChanged / Ajax Control Toolkit  [27103]</title><link>http://ajaxcontroltoolkit.codeplex.com/workitem/27103</link><description>With the latest AJAX Control toolkit   and there seems to be an issue with Tabcontainers where the ActiveTabChanged event is firing everytime the page loads &amp;#47; inits.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The issue that I&amp;#39;m having with this is that I have a tabcontrol inside of an Accordion panel and when the page inits&amp;#47;loads the page throughs a javascript error &lt;br /&gt;The exact error&lt;br /&gt;&lt;br /&gt;htmlfile&amp;#58; Can&amp;#39;t move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus.that is being thrown in the _setFocus&amp;#58; function&amp;#40;obj&amp;#41; event from javascript.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Besides the error being thrown the rest of the page does not init properly.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I see over on the codeplex site a few posts about this event as well.&lt;br /&gt;&lt;br /&gt;Is there any corrections that can be made to code that prevents this event from firing on each load or a way to modify the code so it realizes the tab panel is hidden at the time&amp;#63;&lt;br /&gt;&lt;br /&gt;I will add that this page was originally developed and tested using a much older version of the ajax control &amp;#40;3.5.40412.0&amp;#41; which does not have this issue&lt;br /&gt;&lt;br /&gt;</description><author>goldarrow</author><pubDate>Tue, 07 Feb 2012 20:18:11 GMT</pubDate><guid isPermaLink="false">Created Issue: Tabcontainer ActiveTabChanged / Ajax Control Toolkit  [27103] 20120207081811P</guid></item><item><title>Created Issue: Active tab changes when it shouldn't, problem with AutoPostBack and hidden tabs [27102]</title><link>http://ajaxcontroltoolkit.codeplex.com/workitem/27102</link><description>Hi&amp;#33;&lt;br /&gt;&lt;br /&gt;Try the following&amp;#58;&lt;br /&gt;1&amp;#41; Create page with 4 tabs on&lt;br /&gt;2&amp;#41; Set the TabContainer to AutoPostBack&amp;#61;True&lt;br /&gt;3&amp;#41; Set Visible &amp;#61; False on Tab3&lt;br /&gt;4&amp;#41; Run the page and select tab 4.&lt;br /&gt;&lt;br /&gt;Tab 4 will be selected for half a second then suddenly it reselect tab2, and OnActiveTabChanged is fired twice.&lt;br /&gt;If tab3 is visible, then tab 4 can be selected.&lt;br /&gt;If AutoPostBack&amp;#61;false, then you can selected tab 4.&lt;br /&gt;&lt;br /&gt;Something must be wrong with the AutoPostBack function.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;Per &lt;br /&gt;&lt;br /&gt;</description><author>Eneuman</author><pubDate>Mon, 06 Feb 2012 17:19:44 GMT</pubDate><guid isPermaLink="false">Created Issue: Active tab changes when it shouldn't, problem with AutoPostBack and hidden tabs [27102] 20120206051944P</guid></item><item><title>Commented Issue: Combobox list items placement? [20816]</title><link>http://ajaxcontroltoolkit.codeplex.com/workitem/20816</link><description>How do you make the drodownlist show below the combobox&amp;#63; I have placed multiple combo-boxes on a page and when clicked on the arrows, the dropdownlists show anywhere on the page.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt; &lt;br /&gt;Mahesh&lt;br /&gt;Comments: It looks like this is a very old issue. I am trying to use this control in a gridview, and having the same issues other mentioning here. I find it a bit confusing that this is marked as a Low impact....the whole purpose of the control is to provide a drop down...gross mis-positioning, makes it un-usable.</description><author>chadwixk</author><pubDate>Fri, 03 Feb 2012 22:43:14 GMT</pubDate><guid isPermaLink="false">Commented Issue: Combobox list items placement? [20816] 20120203104314P</guid></item><item><title>Created Issue: Background doesn't render properly with Multiple ModalPopupExtenders [27101]</title><link>http://ajaxcontroltoolkit.codeplex.com/workitem/27101</link><description>I have a problem with version 51116 &amp;#40;Nov 2011 release&amp;#41; of the toolkit. When opening multiple ModalPopups, the second ModalPopup that gets opened doesn&amp;#39;t get its background rendered properly&amp;#58; it stays behind the first ModalPopup. The screenshots below shows the difference in rendering between versions 40412 and 51116 of the toolkit. Version 40412 on the left is has its first modal popup covered with the second modal popup&amp;#39;s backgroundElement, version 51116 on the right is not. Furthermore, version 51116 allows user interaction the first modal popup, which would not be favorable since data on child popups usually is dependent on the action performed on its parent. I also observed some modalpopups that are not rendered properly &amp;#40;child popups appearing under its parent&amp;#41;, but that could be resolved with revised code.&lt;br /&gt;&lt;br /&gt;Is this a bug&amp;#63; If it&amp;#39;s not, are there any versions between these two that features the nice dropshadow &amp;#40;that I like with 51116&amp;#41; but renders the backgroundElement the same with 40412&amp;#63;&lt;br /&gt;</description><author>jsincioco</author><pubDate>Fri, 03 Feb 2012 09:07:39 GMT</pubDate><guid isPermaLink="false">Created Issue: Background doesn't render properly with Multiple ModalPopupExtenders [27101] 20120203090739A</guid></item><item><title>Commented Issue: asyncfileupload progress events and hide textbox [24790]</title><link>http://ajaxcontroltoolkit.codeplex.com/workitem/24790</link><description>was very happy to see the async file upload control. I&amp;#39;ve been using flash for async upload and would really like to replace it. Unfortunately it doesn&amp;#39;t look like there is a way to monitor progress during the upload &amp;#40;I need to show file upload progress&amp;#41; either using client or server events. And there is no way to hide the filename box. An option to make the control invisible would be good.&lt;br /&gt;Comments: I&amp;#39;m not sure what kind of progress or analysis has been done on this issue. Here is an example of a jQuery plugin that accomplishes much of what is requested&amp;#58;&amp;#10;&amp;#10;http&amp;#58;&amp;#47;&amp;#47;blueimp.github.com&amp;#47;jQuery-File-Upload&amp;#47;&amp;#10;&amp;#10;The main drawback to using the jQuery plugin is that you have to write an custom handler to process the incoming files, but I imagine this sort of thing could be encapsulated within the AsyncFileUpload control. </description><author>nathanbove</author><pubDate>Thu, 02 Feb 2012 22:21:44 GMT</pubDate><guid isPermaLink="false">Commented Issue: asyncfileupload progress events and hide textbox [24790] 20120202102144P</guid></item><item><title>Commented Feature: File Upload With Progress Bar [8887]</title><link>http://ajaxcontroltoolkit.codeplex.com/workitem/8887</link><description>Would it be possible to upload large files to the server using ajax,&lt;br /&gt;and show the upload progress,&lt;br /&gt;Comments: I&amp;#39;m not sure what kind of progress or analysis has been done on this issue.  Here is an example of a jQuery plugin that accomplishes much of what is requested&amp;#58;&amp;#10;&amp;#10;http&amp;#58;&amp;#47;&amp;#47;blueimp.github.com&amp;#47;jQuery-File-Upload&amp;#47;&amp;#10;&amp;#10;The main drawback to using the jQuery plugin is that you have to write an custom handler to process the incoming files, but I imagine this sort of thing could be encapsulated within the AsynchFileUpload control.</description><author>nathanbove</author><pubDate>Thu, 02 Feb 2012 22:17:45 GMT</pubDate><guid isPermaLink="false">Commented Feature: File Upload With Progress Bar [8887] 20120202101745P</guid></item><item><title>Created Issue: JS exception thrown by ModalPopupExtender when OnHiding animation is defined [27100]</title><link>http://ajaxcontroltoolkit.codeplex.com/workitem/27100</link><description>Please refer to the following&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;forums.asp.net&amp;#47;t&amp;#47;1764862.aspx&amp;#47;1&amp;#63;ModalPopupExtender&amp;#43;throws&amp;#43;JS&amp;#43;error&amp;#43;this&amp;#43;_onHiding&amp;#43;get_animation&amp;#43;is&amp;#43;null&amp;#43;or&amp;#43;not&amp;#43;an&amp;#43;object&amp;#43;&lt;br /&gt;</description><author>fahadash</author><pubDate>Wed, 01 Feb 2012 20:56:52 GMT</pubDate><guid isPermaLink="false">Created Issue: JS exception thrown by ModalPopupExtender when OnHiding animation is defined [27100] 20120201085652P</guid></item></channel></rss>
