<?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/ProjectRss.aspx</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 an...</description><item><title>Created Issue: ModalPopup breaking changes</title><link>http://atlascontroltoolkit.codeplex.com/WorkItem/View.aspx?WorkItemId=23365</link><description>The last update of Modal Popup Extender has broken its original behavior on some points&amp;#58;&lt;br /&gt;First, he Target control is no more at the expected location in the DOM. Now it is rendered at the end of the Body. I noticed it as I had put a css class on the parent, thus it was not taken into account anymore.&lt;br /&gt;&lt;br /&gt;Example&amp;#58;&lt;br /&gt;&amp;#60;div class&amp;#61;&amp;#34;parent&amp;#34;&amp;#62;&lt;br /&gt;  &amp;#60;asp&amp;#58;Panel ID&amp;#61;&amp;#34;MyModalPopup&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;div&amp;#62;&lt;br /&gt;&lt;br /&gt;Seconde point, when putting a TextBox in the Popup, and this Popup inside an UpdatePanel, accessing the TextBox.Text property in a postback shows that every text is append in the Text property. For instance, you type A, then push button, type B then push button, then C and push button, accessing the .Text property will give &amp;#34;A, B, C&amp;#34;, instead of &amp;#34;C&amp;#34;.&lt;br /&gt;&lt;br /&gt;By reverting the latest check in, everything was corrected. &amp;#40;the one before 55880 as this check in adds the issues mentioned&amp;#41;.&lt;br /&gt;</description><author>sebastienros</author><pubDate>Fri, 03 Jul 2009 15:57:32 GMT</pubDate><guid isPermaLink="false">Created Issue: ModalPopup breaking changes 20090703035732P</guid></item><item><title>Commented Issue: Calendar Extender pops up whenever Enter key is pressed</title><link>http://atlascontroltoolkit.codeplex.com/WorkItem/View.aspx?WorkItemId=15883</link><description>No matter what control you may be on, even if a modal dialog is up, when the enter key is pressed the calendar extender pops up.&lt;br /&gt;I would like a way to disable this functionality.&lt;br /&gt;Comments: ** Comment from web user: ilivewithian ** &lt;p&gt;This is a real pain, is this likely to be fixed&amp;#63;&lt;/p&gt;</description><author>ilivewithian</author><pubDate>Fri, 03 Jul 2009 12:00:12 GMT</pubDate><guid isPermaLink="false">Commented Issue: Calendar Extender pops up whenever Enter key is pressed 20090703120012P</guid></item><item><title>Created Issue: Bug at the Sliders</title><link>http://atlascontroltoolkit.codeplex.com/WorkItem/View.aspx?WorkItemId=23358</link><description>Hi all.&lt;br /&gt;&lt;br /&gt;I had a webpage with two sliders. One MultiHandleSlider and one normal Slider. This isn&amp;#39;t possible because the Orientation will be registered twice in javascript. &lt;br /&gt;The next bug is if I try to use a MultiHandleSlider with just one slide &amp;#40;because of the above issue&amp;#41; I can&amp;#39;t do two way binding to a textbox, so that a change at a textbox will move the slider because some js code tries to fall ToFixed&amp;#40;&amp;#41; on a string-variable.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;Bernhard&lt;br /&gt;</description><author>Raupes</author><pubDate>Fri, 03 Jul 2009 08:45:25 GMT</pubDate><guid isPermaLink="false">Created Issue: Bug at the Sliders 20090703084525A</guid></item><item><title>Reviewed: 30512 (Jul 03, 2009)</title><link>http://ajaxcontroltoolkit.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27326</link><description>Rated 2 Stars &amp;#40;out of 5&amp;#41; - Very buggy. Multi-Slider is quite nice but buggy. This release seems to have lower quality than the older versions had.&amp;#10;Keep on doing the good work you did before this release - pls.</description><author>Raupes</author><pubDate>Fri, 03 Jul 2009 08:38:08 GMT</pubDate><guid isPermaLink="false">Reviewed: 30512 (Jul 03, 2009) 20090703083808A</guid></item><item><title>Source code checked in, #55880</title><link>http://ajaxcontroltoolkit.codeplex.com/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed and corrected bug in Editor control&amp;#58; Editor in IE threw exception in some cases of incorrectly manually formed HTML code &amp;#40;via &amp;#34;HTML text&amp;#34; mode&amp;#41;</description><author>obout</author><pubDate>Fri, 03 Jul 2009 02:26:34 GMT</pubDate><guid isPermaLink="false">Source code checked in, #55880 20090703022634A</guid></item><item><title>Created Issue: ReorderList should support Numbered Lists</title><link>http://atlascontroltoolkit.codeplex.com/WorkItem/View.aspx?WorkItemId=23355</link><description>It&amp;#39;d be nice if the ReorderList supported OL in addition to UL. You can sorta fake it using CSS, but not really. I wanted to make it begin at 11. Well in Firefox, you can use counter-reset. In IE, you use start&amp;#61;&amp;#34;&amp;#34; start&amp;#61;&amp;#34;&amp;#34; is ignored when it&amp;#39;s a UL tag, only an OL tag will work.&lt;br /&gt;</description><author>dmeglio</author><pubDate>Thu, 02 Jul 2009 19:13:05 GMT</pubDate><guid isPermaLink="false">Created Issue: ReorderList should support Numbered Lists 20090702071305P</guid></item><item><title>Commented Issue: ModalPopupExtender RepositionMode Issue</title><link>http://atlascontroltoolkit.codeplex.com/WorkItem/View.aspx?WorkItemId=15182</link><description>When setting RepositionMode to &amp;#34;none&amp;#34; &amp;#40;I&amp;#39;ve actually gone through all four options, just to make sure&amp;#41;, it does not scroll if the modalpopup extends beyond the browser viewport. This causes serious issues for users with low screen resolutions as they are unable to close the popup and continue browsing. It seems to work as expected in IE6, however, it does not in FF2 and IE7.&lt;br /&gt;See the following threads&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;forums.asp.net&amp;#47;p&amp;#47;1195448&amp;#47;2072138.aspx&amp;#35;2072138&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;forums.asp.net&amp;#47;p&amp;#47;1178702&amp;#47;1991761.aspx&amp;#35;1991761&lt;br /&gt;Comments: ** Comment from web user: e6matt ** &lt;p&gt;After looking at the source code, it seems that RepositionMode is pretty much ignored. In ModalPopupBehavior.debug.js, you can replace the existing line 127 with this&amp;#58;&lt;/p&gt;&lt;p&gt;var positioning &amp;#61; this.get_repositionMode&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;if &amp;#40;&amp;#40;positioning &amp;#61;&amp;#61;&amp;#61; AjaxControlToolkit.ModalPopupRepositionMode.RepositionOnWindowScroll&amp;#41; &amp;#124;&amp;#124;&lt;br /&gt;            &amp;#40;positioning &amp;#61;&amp;#61;&amp;#61; AjaxControlToolkit.ModalPopupRepositionMode.RepositionOnWindowResizeAndScroll&amp;#41;&amp;#41; &amp;#123;&lt;br /&gt;            this._foregroundElement.style.position &amp;#61; &amp;#39;fixed&amp;#39;&amp;#59;&lt;br /&gt;        &amp;#125; else &amp;#123;&lt;br /&gt;            this._foregroundElement.style.position &amp;#61; &amp;#39;absolute&amp;#39;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;/p&gt;&lt;p&gt;This at least gets it closer to working properly.&lt;/p&gt;&lt;p&gt;While you&amp;#39;re in there, you might want to tweak the code that does the yCoord positioning to make sure it&amp;#39;s never negative &amp;#40;necessary for us&amp;#41;.&lt;/p&gt;</description><author>e6matt</author><pubDate>Thu, 02 Jul 2009 18:09:24 GMT</pubDate><guid isPermaLink="false">Commented Issue: ModalPopupExtender RepositionMode Issue 20090702060924P</guid></item><item><title>Commented Issue: Error Creating Control : My accordion</title><link>http://atlascontroltoolkit.codeplex.com/WorkItem/View.aspx?WorkItemId=19262</link><description>hi..&lt;br /&gt;i use ajax control toolkit version 3.0.20820.0  in my vs2008..&lt;br /&gt;&amp;#39;i have placed the accordion inside a tab container&amp;#39;&lt;br /&gt;when i try to put the AccordionPane inside accordion it is shwoing me error as &lt;br /&gt;Error Creating control &amp;#58;MyAccordion&lt;br /&gt;type&amp;#58;&lt;br /&gt;&amp;#39;ajaxcontroltoolkit.accordion does not have a public property named &amp;#39;accordion extender&amp;#39;&lt;br /&gt;&lt;br /&gt;i tried copying the source from the sample and pasted over the code...&lt;br /&gt;when i switch from code view to design view i get this error.&lt;br /&gt;but when i run the application the accordion works...&lt;br /&gt;i wonder hwo to fix this...&lt;br /&gt;&lt;br /&gt;here is my source code...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &amp;#60;ajaxToolkit&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;&amp;#62; &lt;br /&gt;        &amp;#60;ajaxToolkit&amp;#58;TabPanel runat&amp;#61;&amp;#34;server&amp;#34; HeaderText&amp;#61;&amp;#34;TabPanel1&amp;#34; ID&amp;#61;&amp;#34;TabTime&amp;#34;&amp;#62;&lt;br /&gt;         &amp;#60;HeaderTemplate&amp;#62;&lt;br /&gt;                Time&lt;br /&gt;        &amp;#60;&amp;#47;HeaderTemplate&amp;#62;&lt;br /&gt;        &amp;#60;ContentTemplate&amp;#62;&lt;br /&gt;             &amp;#60;ajaxToolkit&amp;#58;Accordion ID&amp;#61;&amp;#34;MyAccordion&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; SelectedIndex&amp;#61;&amp;#34;0&amp;#34;&lt;br /&gt;            HeaderCssClass&amp;#61;&amp;#34;accordionHeader&amp;#34; HeaderSelectedCssClass&amp;#61;&amp;#34;accordionHeaderSelected&amp;#34;&lt;br /&gt;            ContentCssClass&amp;#61;&amp;#34;accordionContent&amp;#34; FadeTransitions&amp;#61;&amp;#34;false&amp;#34; FramesPerSecond&amp;#61;&amp;#34;40&amp;#34; &lt;br /&gt;            TransitionDuration&amp;#61;&amp;#34;250&amp;#34; AutoSize&amp;#61;&amp;#34;None&amp;#34; RequireOpenedPane&amp;#61;&amp;#34;false&amp;#34; SuppressHeaderPostbacks&amp;#61;&amp;#34;true&amp;#34;&amp;#62;&lt;br /&gt;           &amp;#60;Panes&amp;#62;&lt;br /&gt;            &amp;#60;ajaxToolkit&amp;#58;AccordionPane ID&amp;#61;&amp;#34;AccordionPane1&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;Header&amp;#62;&amp;#60;a href&amp;#61;&amp;#34;&amp;#34; class&amp;#61;&amp;#34;accordionLink&amp;#34;&amp;#62;1. Accordion&amp;#60;&amp;#47;a&amp;#62;&amp;#60;&amp;#47;Header&amp;#62;&lt;br /&gt;                &amp;#60;Content&amp;#62;&lt;br /&gt;                    The Accordion is a web control that allows you to provide multiple panes and display them one at a time.&lt;br /&gt;                    It is like having several &amp;#60;asp&amp;#58;HyperLink ID&amp;#61;&amp;#34;HyperLink1&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; NavigateUrl&amp;#61;&amp;#34;&amp;#126;&amp;#47;CollapsiblePanel&amp;#47;CollapsiblePanel.aspx&amp;#34; Text&amp;#61;&amp;#34;CollapsiblePanels&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;                    where only one can be expanded at a time.  The Accordion is implemented as a web control that contains&lt;br /&gt;                    AccordionPane web controls. Each AccordionPane control has a template for its Header and its Content.&lt;br /&gt;                    We keep track of the selected pane so it stays visible across postbacks.&lt;br /&gt;                &amp;#60;&amp;#47;Content&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;ajaxToolkit&amp;#58;AccordionPane&amp;#62;&lt;br /&gt;            &amp;#60;ajaxToolkit&amp;#58;AccordionPane ID&amp;#61;&amp;#34;AccordionPane2&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;Header&amp;#62;&amp;#60;a href&amp;#61;&amp;#34;&amp;#34; class&amp;#61;&amp;#34;accordionLink&amp;#34;&amp;#62;2. AutoSize&amp;#60;&amp;#47;a&amp;#62;&amp;#60;&amp;#47;Header&amp;#62;&lt;br /&gt;                &amp;#60;Content&amp;#62;&lt;br /&gt;                    &amp;#60;p&amp;#62;It also supports three AutoSize modes so it can fit in a variety of layouts.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;                    &amp;#60;ul&amp;#62;&lt;br /&gt;                        &amp;#60;li&amp;#62;&amp;#60;b&amp;#62;None&amp;#60;&amp;#47;b&amp;#62; - The Accordion grows&amp;#47;shrinks without restriction.  This can cause other elements&lt;br /&gt;                            on your page to move up and down with it.&amp;#60;&amp;#47;li&amp;#62;&lt;br /&gt;                        &amp;#60;li&amp;#62;&amp;#60;b&amp;#62;Limit&amp;#60;&amp;#47;b&amp;#62; - The Accordion never grows larger than the value specified by its Height&lt;br /&gt;                            property.  This will cause the content to scroll if it is too large to be displayed.&amp;#60;&amp;#47;li&amp;#62;&lt;br /&gt;                        &amp;#60;li&amp;#62;&amp;#60;b&amp;#62;Fill&amp;#60;&amp;#47;b&amp;#62; - The Accordion always stays the exact same size as its Height property.  This&lt;br /&gt;                            will cause the content to be expanded or shrunk if it isn&amp;#39;t the right size.&amp;#60;&amp;#47;li&amp;#62;&lt;br /&gt;                    &amp;#60;&amp;#47;ul&amp;#62; &lt;br /&gt;                &amp;#60;&amp;#47;Content&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;ajaxToolkit&amp;#58;AccordionPane&amp;#62;&lt;br /&gt;            &amp;#60;ajaxToolkit&amp;#58;AccordionPane ID&amp;#61;&amp;#34;AccordionPane3&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;Header&amp;#62;&amp;#60;a href&amp;#61;&amp;#34;&amp;#34; class&amp;#61;&amp;#34;accordionLink&amp;#34;&amp;#62;3. Control or Extender&amp;#60;&amp;#47;a&amp;#62;&amp;#60;&amp;#47;Header&amp;#62;&lt;br /&gt;                &amp;#60;Content&amp;#62;&lt;br /&gt;                    The Accordion is written using an extender like most of the other extenders in the AJAX Control Toolkit.&lt;br /&gt;                    The extender expects its input in a very specific hierarchy of container elements &amp;#40;like divs&amp;#41;, so&lt;br /&gt;                    the Accordion and AccordionPane web controls are used to generate the expected input for the extender.&lt;br /&gt;                    The extender can also be used on its own if you provide it appropriate input.&lt;br /&gt;                &amp;#60;&amp;#47;Content&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;ajaxToolkit&amp;#58;AccordionPane&amp;#62;&lt;br /&gt;            &amp;#60;ajaxToolkit&amp;#58;AccordionPane ID&amp;#61;&amp;#34;AccordionPane4&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;Header&amp;#62;&amp;#60;a href&amp;#61;&amp;#34;&amp;#34; class&amp;#61;&amp;#34;accordionLink&amp;#34;&amp;#62;4. What is ASP.NET AJAX&amp;#63;&amp;#60;&amp;#47;a&amp;#62;&amp;#60;&amp;#47;Header&amp;#62;&lt;br /&gt;                &amp;#60;Content&amp;#62;&lt;br /&gt;                   &lt;br /&gt;                &amp;#60;&amp;#47;Content&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;ajaxToolkit&amp;#58;AccordionPane&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;Panes&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;ajaxToolkit&amp;#58;Accordion&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;ContentTemplate&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;ajaxToolkit&amp;#58;TabPanel&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;ajaxToolkit&amp;#58;TabContainer&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: Nipunu ** &lt;p&gt;Put Accodion control inside an UpdatePanel and add ContentTemplate in side the update pannel. Following is thr code,&lt;/p&gt;&lt;p&gt; &amp;#60;cc1&amp;#58;TabContainer....&amp;#62;&lt;br /&gt; &amp;#60;cc1&amp;#58;TabPanel ID&amp;#61;&amp;#34;TabPanel1&amp;#34;...&amp;#62;&lt;br /&gt;&amp;#60;ContentTemplate...&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;ContentTemplate...&amp;#62;&lt;br /&gt;&amp;#60;asp&amp;#58;UpdatePanel ID&amp;#61;&amp;#34;UpdatePanel2&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34;&amp;#62;&lt;br /&gt;  &amp;#60;ContentTemplate&amp;#62;&lt;br /&gt;  &amp;#60;cc1&amp;#58;Accordion ID&amp;#61;&amp;#34;Accordion2&amp;#34;&lt;br /&gt;.......&lt;br /&gt;......&lt;br /&gt;.......&lt;/p&gt;&lt;p&gt;Hope this helps you....&lt;/p&gt;</description><author>Nipunu</author><pubDate>Thu, 02 Jul 2009 14:14:09 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error Creating Control : My accordion 20090702021409P</guid></item><item><title>Created Issue: ComboBox textbox Skin conflict</title><link>http://atlascontroltoolkit.codeplex.com/WorkItem/View.aspx?WorkItemId=23343</link><description>Can we change how this control is being rendered.  Rather than using .Net controls to build the final html, can this control be changed to actually just render the html rather than using child asp controls.  The reason I ask is because if you have a default skin set for textboxes and dropdownlists to make them the same width, the combobox will always implement the textbox width and as such you cannot actually set the width on the control, even if you set it explicitly.&lt;br /&gt;</description><author>MarkEvans</author><pubDate>Thu, 02 Jul 2009 13:57:41 GMT</pubDate><guid isPermaLink="false">Created Issue: ComboBox textbox Skin conflict 20090702015741P</guid></item><item><title>Created Issue: ComboBox not tracking view state</title><link>http://atlascontroltoolkit.codeplex.com/WorkItem/View.aspx?WorkItemId=23341</link><description>The TextBox control that is created dynamically inside the ComboBox control seems to be loosing its settings like Height and Width, because they are not serialized into the view state.&lt;br /&gt;At a first glance, it seems like the TextBox is added to the Controls collection way too late &amp;#40;after the Height and Width setters have been called&amp;#41; and therefore view state tracking has not been enabled for the TextBox yet.&lt;br /&gt;</description><author>markusg</author><pubDate>Thu, 02 Jul 2009 13:11:52 GMT</pubDate><guid isPermaLink="false">Created Issue: ComboBox not tracking view state 20090702011152P</guid></item><item><title>Commented Issue: Problems with CalendarExtender on IE8</title><link>http://atlascontroltoolkit.codeplex.com/WorkItem/View.aspx?WorkItemId=22894</link><description>If one creates a basic page with a TextBox and a CalendarExtender and views it using IE8, the calendar popup will show up over part of the text box, and the &amp;#34;previous month&amp;#34; and &amp;#34;next month&amp;#34; buttons in the popup will act as if the user clicked the title instead and &amp;#34;go up&amp;#34; to the year level.  Below is a simple page I have created that demonstrates these problems&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#37;&amp;#64; Page Language&amp;#61;&amp;#34;vb&amp;#34; AutoEventWireup&amp;#61;&amp;#34;false&amp;#34; CodeBehind&amp;#61;&amp;#34;Default.aspx.vb&amp;#34; Inherits&amp;#61;&amp;#34;WebApplication._Default&amp;#34; &amp;#37;&amp;#62;&lt;br /&gt;&amp;#60;&amp;#33;DOCTYPE html PUBLIC &amp;#34;-&amp;#47;&amp;#47;W3C&amp;#47;&amp;#47;DTD XHTML 1.0 Transitional&amp;#47;&amp;#47;EN&amp;#34; &amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;TR&amp;#47;xhtml1&amp;#47;DTD&amp;#47;xhtml1-transitional.dtd&amp;#34;&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;html xmlns&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;1999&amp;#47;xhtml&amp;#34; &amp;#62;&lt;br /&gt;    &amp;#60;head runat&amp;#61;&amp;#34;server&amp;#34;&amp;#62;&lt;br /&gt;        &amp;#60;title&amp;#62;Untitled Page&amp;#60;&amp;#47;title&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;head&amp;#62;&lt;br /&gt;    &amp;#60;body&amp;#62;&lt;br /&gt;        &amp;#60;form id&amp;#61;&amp;#34;form1&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34;&amp;#62;&lt;br /&gt;            &amp;#60;ajaxtoolkit&amp;#58;ToolkitScriptManager ID&amp;#61;&amp;#34;ToolkitScriptManager1&amp;#34; runat&amp;#61;&amp;#34;Server&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;asp&amp;#58;TextBox ID&amp;#61;&amp;#34;DateTextBox&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;ajaxtoolkit&amp;#58;CalendarExtender runat&amp;#61;&amp;#34;server&amp;#34; TargetControlID&amp;#61;&amp;#34;DateTextBox&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;form&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;body&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;html&amp;#62;&lt;br /&gt;&lt;br /&gt;However, these problems do NOT appear on the sample page with IE8.  After much digging, I have discovered that two CSS settings seem to correct these problems.  The following is the exact same page as above, but with two CSS settings that make these problems go away&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#37;&amp;#64; Page Language&amp;#61;&amp;#34;vb&amp;#34; AutoEventWireup&amp;#61;&amp;#34;false&amp;#34; CodeBehind&amp;#61;&amp;#34;Default.aspx.vb&amp;#34; Inherits&amp;#61;&amp;#34;WebApplication._Default&amp;#34; &amp;#37;&amp;#62;&lt;br /&gt;&amp;#60;&amp;#33;DOCTYPE html PUBLIC &amp;#34;-&amp;#47;&amp;#47;W3C&amp;#47;&amp;#47;DTD XHTML 1.0 Transitional&amp;#47;&amp;#47;EN&amp;#34; &amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;TR&amp;#47;xhtml1&amp;#47;DTD&amp;#47;xhtml1-transitional.dtd&amp;#34;&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;html xmlns&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;1999&amp;#47;xhtml&amp;#34; &amp;#62;&lt;br /&gt;    &amp;#60;head runat&amp;#61;&amp;#34;server&amp;#34;&amp;#62;&lt;br /&gt;        &amp;#60;title&amp;#62;Untitled Page&amp;#60;&amp;#47;title&amp;#62;&lt;br /&gt;        &amp;#60;style type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34;&amp;#62;&lt;br /&gt;            body &amp;#123;&lt;br /&gt;                margin&amp;#58; 0&amp;#59; &amp;#47;&amp;#42; Fixes the positioning of the calendar popup &amp;#42;&amp;#47;&lt;br /&gt;            &amp;#125;&lt;br /&gt;            div.ajax__calendar_title &amp;#123;&lt;br /&gt;                border&amp;#58; none&amp;#59; &amp;#47;&amp;#42; Fixes the &amp;#34;previous&amp;#34; and &amp;#34;next&amp;#34; buttons in the popup title &amp;#42;&amp;#47;&lt;br /&gt;            &amp;#125;&lt;br /&gt;        &amp;#60;&amp;#47;style&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;head&amp;#62;&lt;br /&gt;    &amp;#60;body&amp;#62;&lt;br /&gt;        &amp;#60;form id&amp;#61;&amp;#34;form1&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34;&amp;#62;&lt;br /&gt;            &amp;#60;ajaxtoolkit&amp;#58;ToolkitScriptManager ID&amp;#61;&amp;#34;ToolkitScriptManager1&amp;#34; runat&amp;#61;&amp;#34;Server&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;asp&amp;#58;TextBox ID&amp;#61;&amp;#34;DateTextBox&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;ajaxtoolkit&amp;#58;CalendarExtender runat&amp;#61;&amp;#34;server&amp;#34; TargetControlID&amp;#61;&amp;#34;DateTextBox&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;form&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;body&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;html&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: nelis ** &lt;p&gt;Seems not only the margin of the body tag is involved. Margins of DIVs also affect the getLocation result&lt;/p&gt;</description><author>nelis</author><pubDate>Thu, 02 Jul 2009 10:27:33 GMT</pubDate><guid isPermaLink="false">Commented Issue: Problems with CalendarExtender on IE8 20090702102733A</guid></item><item><title>Commented Issue: HoverMenuExender: Error thrown for Panels set to Visible after Databind</title><link>http://atlascontroltoolkit.codeplex.com/WorkItem/View.aspx?WorkItemId=12263</link><description>To reproduce the error&amp;#58;&lt;br /&gt;&lt;br /&gt;1. Add a Gridview and assign it a DataSourceId &amp;#40;so it automatically databinds&amp;#41;, e.g. using an SQLDataSource&lt;br /&gt;2. Under the Gridview, put a Panel and set its Visible property to FALSE.&lt;br /&gt;3. Inside the Panel, add a HoverMenuExtender, an asp&amp;#58;Image control and a &amp;#60;div&amp;#62;. Set the TargetControlID and PopupControlID to the Image and DIV.&lt;br /&gt;4. Open up code-behind and in the DataBound event of the GridView, set the Visible property of the Panel to TRUE.&lt;br /&gt;5. Run the code and the following error appears&amp;#58;&lt;br /&gt;&lt;br /&gt;Extender control &amp;#39;HoverMenuExtender1&amp;#39; is not a registered extender control. Extender controls must be registered using RegisterExtenderControl&amp;#40;&amp;#41; before calling RegisterScriptDescriptors&amp;#40;&amp;#41;.&lt;br /&gt;&lt;br /&gt;Probably not just HoverMenuExender. See this unresolved forum post&amp;#58;&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;forums.asp.net&amp;#47;p&amp;#47;1078866&amp;#47;1787061.aspx&lt;br /&gt;Comments: ** Comment from web user: _ivan ** &lt;p&gt;Actually I am regestering Extender in PreRenderComplete event handler not in PreRender as I said earlier. &lt;/p&gt;</description><author>_ivan</author><pubDate>Wed, 01 Jul 2009 22:58:48 GMT</pubDate><guid isPermaLink="false">Commented Issue: HoverMenuExender: Error thrown for Panels set to Visible after Databind 20090701105848P</guid></item><item><title>Commented Issue: HoverMenuExender: Error thrown for Panels set to Visible after Databind</title><link>http://atlascontroltoolkit.codeplex.com/WorkItem/View.aspx?WorkItemId=12263</link><description>To reproduce the error&amp;#58;&lt;br /&gt;&lt;br /&gt;1. Add a Gridview and assign it a DataSourceId &amp;#40;so it automatically databinds&amp;#41;, e.g. using an SQLDataSource&lt;br /&gt;2. Under the Gridview, put a Panel and set its Visible property to FALSE.&lt;br /&gt;3. Inside the Panel, add a HoverMenuExtender, an asp&amp;#58;Image control and a &amp;#60;div&amp;#62;. Set the TargetControlID and PopupControlID to the Image and DIV.&lt;br /&gt;4. Open up code-behind and in the DataBound event of the GridView, set the Visible property of the Panel to TRUE.&lt;br /&gt;5. Run the code and the following error appears&amp;#58;&lt;br /&gt;&lt;br /&gt;Extender control &amp;#39;HoverMenuExtender1&amp;#39; is not a registered extender control. Extender controls must be registered using RegisterExtenderControl&amp;#40;&amp;#41; before calling RegisterScriptDescriptors&amp;#40;&amp;#41;.&lt;br /&gt;&lt;br /&gt;Probably not just HoverMenuExender. See this unresolved forum post&amp;#58;&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;forums.asp.net&amp;#47;p&amp;#47;1078866&amp;#47;1787061.aspx&lt;br /&gt;Comments: ** Comment from web user: _ivan ** &lt;p&gt;I get a similar error for Calendar extender in May 2009 build of AjaxToolKit. &lt;br /&gt;I am creating views dynamically and adding controls and CalendarExtender in couple of places. The first time it generates properly. After calendar is used &amp;#40;date is picked&amp;#41; it throws this error. I tried registering control using RegisterExtenderControl&amp;#40;&amp;#41; in Page_PreRender but then I get a different error say that Control with the same Id already exists, while it does not. I found that some time in 2007 it was a common issue for some extenders, but in later releases it was fix by adding popupBehavior.dispose&amp;#40;&amp;#41; in dispose&amp;#58;function&amp;#40;&amp;#41; of the extender. I checked source and this piece is present for CalendarExtender. The view that is render is visible, I am adding elements only when view becomes visible. So forcing visibilty to true would not help. Any other ideas&amp;#63; &lt;/p&gt;</description><author>_ivan</author><pubDate>Wed, 01 Jul 2009 22:47:25 GMT</pubDate><guid isPermaLink="false">Commented Issue: HoverMenuExender: Error thrown for Panels set to Visible after Databind 20090701104725P</guid></item><item><title>Commented Issue: Tabs Fix issue "owner must be set before initialize"</title><link>http://atlascontroltoolkit.codeplex.com/WorkItem/View.aspx?WorkItemId=13553</link><description>It&amp;#39;s possible that the Tab Panels are loaded before the Tab Container initializes, it may depends on the number of control they contains or simply because your connection is slow and timing desync happens. To fix this i&amp;#39;ve made a modify to the source code of Tabs Control &amp;#64; atlas.&lt;br /&gt;&lt;br /&gt;The attachment contains the fixed files.&lt;br /&gt;Comments: ** Comment from web user: mholzma ** &lt;p&gt;We are still having this sporadic problem even after pulling the latest AjaxControlToolkit with the fix referenced in 10598. Please reopen the issue.&lt;/p&gt;</description><author>mholzma</author><pubDate>Wed, 01 Jul 2009 15:46:39 GMT</pubDate><guid isPermaLink="false">Commented Issue: Tabs Fix issue "owner must be set before initialize" 20090701034639P</guid></item><item><title>Commented Issue: Ajax Treeview</title><link>http://atlascontroltoolkit.codeplex.com/WorkItem/View.aspx?WorkItemId=11230</link><description>I&amp;#39;d really like to see a dynamic treeview like the one that is powering the MSDN library ToC.&lt;br /&gt;My only request is that branches get loaded when you open a node because if you have on nodes and subnodes the &amp;#34;static&amp;#34; ASP.NET treeview becomes a bit heavy both as download size and as javascript memory usage.&lt;br /&gt;I found a lot of treeview on the net, but none is an ASP.NET Ajax extender&lt;br /&gt;Comments: ** Comment from web user: sledgehammer777 ** &lt;p&gt;It doesn&amp;#39;t even need data binding for a first release, just a decent client-side object model and load-on-demand node population.  Just build it&amp;#33;&lt;/p&gt;</description><author>sledgehammer777</author><pubDate>Wed, 01 Jul 2009 14:56:46 GMT</pubDate><guid isPermaLink="false">Commented Issue: Ajax Treeview 20090701025646P</guid></item><item><title>Created Issue: Accordian Poor Quality Rendering issues in IE7 &amp; IE8</title><link>http://atlascontroltoolkit.codeplex.com/WorkItem/View.aspx?WorkItemId=23332</link><description>When the accordian is used and viewed using IE &amp;#40;7&amp;#38;8&amp;#41; the rendering quality is very poor.  It is fine when the Accordian Pane is first displayed &amp;#40;expanded&amp;#41; but once a pane is collapsed and then expanded again, the rendering quality is very low.  It would appear from first inspection that the transparency is not being rendered correctly.  PNG images loose their transparency and the text looks incredibly blocky.  Rendering in Firefox is fine so this may point to a bug in IE rather than the control.&lt;br /&gt;</description><author>MarkEvans</author><pubDate>Wed, 01 Jul 2009 11:42:38 GMT</pubDate><guid isPermaLink="false">Created Issue: Accordian Poor Quality Rendering issues in IE7 &amp; IE8 20090701114238A</guid></item><item><title>Patch Uploaded: #3223</title><link>http://ajaxcontroltoolkit.codeplex.com/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/SumanLucid'&gt;SumanLucid&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;AjaxControlToolkit bugs solved&lt;br /&gt;1. NumericUpDown enable or disable problem is solved &lt;br /&gt;1.1 NumericUpDown AutoPostBack problem.&lt;br /&gt;2. MultiHandleSlider&amp;#39;s all possible bugs solved&lt;br /&gt;&amp;#40; Bugs include 1. We cannot use SliderExtender and MultiHandleSlider at the same webpage&lt;br /&gt;2. MultiHandleSlider when used inside the usercontrol is not displaying its target handles &lt;br /&gt;3. Maximum and minimum of the MultiHandleSlider when changed discretely makes the multiHandleslider&amp;#39;s bounds to increase indefenitely.&amp;#41;&lt;/p&gt;</description><author>sumanlucid</author><pubDate>Wed, 01 Jul 2009 04:36:20 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #3223 20090701043620A</guid></item><item><title>Commented Issue: TabControl - owner must be set before initialize error.</title><link>http://atlascontroltoolkit.codeplex.com/WorkItem/View.aspx?WorkItemId=10598</link><description>This only happens in the hosted site.&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;forums.asp.net&amp;#47;t&amp;#47;1099039.aspx&lt;br /&gt;Comments: ** Comment from web user: mholzma ** &lt;p&gt;This still seems to be an issue even with the May release of the AjaxToolkit. I still have a TabContainer that occasionally doesn&amp;#39;t get rendered, causing the TabControls to not appear. This is an abomination.&lt;/p&gt;</description><author>mholzma</author><pubDate>Wed, 01 Jul 2009 02:31:30 GMT</pubDate><guid isPermaLink="false">Commented Issue: TabControl - owner must be set before initialize error. 20090701023130A</guid></item><item><title>Created Issue: HTMLEditor include obout spell checker</title><link>http://atlascontroltoolkit.codeplex.com/WorkItem/View.aspx?WorkItemId=23326</link><description>Hello, could you guys include the spell checker functionality within the HTMLeditor that was shipped may of 2009&amp;#63; I have been using FreeTextBox until I found out about Obout. However I would like to use HTMLEditor instead of obout as the assembly is pretty light  weight.&lt;br /&gt;</description><author>esun</author><pubDate>Wed, 01 Jul 2009 00:02:28 GMT</pubDate><guid isPermaLink="false">Created Issue: HTMLEditor include obout spell checker 20090701120228A</guid></item><item><title>Created Issue: Test Work Item</title><link>http://atlascontroltoolkit.codeplex.com/WorkItem/View.aspx?WorkItemId=23322</link><description>Test of feature&lt;br /&gt;</description><author>AjaxTK</author><pubDate>Tue, 30 Jun 2009 20:41:30 GMT</pubDate><guid isPermaLink="false">Created Issue: Test Work Item 20090630084130P</guid></item></channel></rss>