<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ASP.NET AJAX Control Toolkit</title><link>http://forums.asp.net/1022.aspx</link><description>Here's your place to discuss everything in and about the AJAX Control Toolkit</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: CalendarExtender - Layout is messed up in an updatePanel</title><link>http://forums.asp.net/thread/2931352.aspx</link><pubDate>Tue, 10 Feb 2009 18:27:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2931352</guid><dc:creator>bebandit</dc:creator><author>bebandit</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2931352.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=2931352</wfw:commentRss><description>&lt;p&gt;Adding the css worked for me!&lt;/p&gt;</description></item><item><title>Re: CalendarExtender - Layout is messed up in an updatePanel</title><link>http://forums.asp.net/thread/2871542.aspx</link><pubDate>Fri, 16 Jan 2009 15:51:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2871542</guid><dc:creator>bekker</dc:creator><author>bekker</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2871542.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=2871542</wfw:commentRss><description>&lt;p&gt;This is the code for VB:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre name="code" class="vb.net"&gt;Dim strURLStyleSheet As String strURLStyleSheet = Page.ClientScript.GetWebResourceUrl(GetType(AjaxControlToolkit.ClientCssResourceAttribute), &amp;quot;AjaxControlToolkit.Calendar.Calendar.css&amp;quot;)
Dim objHTMLLink = New HtmlLink objHTMLLink.Href = strURLStyleSheet objHTMLLink.Attributes.Add(&amp;quot;rel&amp;quot;, &amp;quot;stylesheet&amp;quot;) objHTMLLink.Attributes.Add(&amp;quot;type&amp;quot;, &amp;quot;text/css&amp;quot;)
Page.Header.Controls.Add(objHTMLLink)&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;The code worked for me, as in it generated a css reference. But the calendar control still did not work. I may have had another problem too: the control did not work at all and it seemed like all controls in the View did not fire any events. What worked for me was adding an invisible div outside the MultiView which contains a dummy CalendarExtender.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description></item><item><title>Re: CalendarExtender - Layout is messed up in an updatePanel</title><link>http://forums.asp.net/thread/2714223.aspx</link><pubDate>Thu, 30 Oct 2008 10:16:14 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2714223</guid><dc:creator>rbrink</dc:creator><author>rbrink</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2714223.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=2714223</wfw:commentRss><description>&lt;p&gt;Actually there is an easier way of fixing the problem with loosing the style of a CalendarExtender in an UpdatePanel or a MultiView control. You can also execute the following method from during PageLoad ().&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;private&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;void&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; RegisterCalendarExtenderStyleFix()&lt;br /&gt;{&lt;br /&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;nbsp; string&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; url = Page.ClientScript.GetWebResourceUrl(&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;typeof&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;(&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;ClientCssResourceAttribute&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;), &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;AjaxControlToolkit.Calendar.Calendar.css&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;);&lt;br /&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;nbsp; HtmlLink&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;nbsp;myHtmlLink = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;HtmlLink&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; {Href = url};&lt;br /&gt;&amp;nbsp; myHtmlLink.Attributes.Add(&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;rel&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;, &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;stylesheet&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;); &lt;br /&gt;&amp;nbsp; myHtmlLink.Attributes.Add(&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;type&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;, &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;text/css&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;); &lt;br /&gt;&amp;nbsp; Page.Header.Controls.Add(myHtmlLink);&lt;br /&gt;}&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;This method will register the stylesheet that belongs to the CalendarExtender control, that was not registered because the CalendarExtender was places inside an UpdatePanel of a MultiView control.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks goes to Rush: &lt;a href="http://dotnetrush.blogspot.com/2008/02/ajax-calendarextender-bug-fixes.html"&gt;http://dotnetrush.blogspot.com/2008/02/ajax-calendarextender-bug-fixes.html&lt;/a&gt;&lt;font size="2"&gt;&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Re: CalendarExtender - Layout is messed up in an updatePanel</title><link>http://forums.asp.net/thread/2702965.aspx</link><pubDate>Thu, 23 Oct 2008 18:50:02 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2702965</guid><dc:creator>evz</dc:creator><author>evz</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2702965.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=2702965</wfw:commentRss><description>&lt;p&gt;I know this is an old thread, but I just ran into this problem.&amp;nbsp; Adding the Ajax calendar style sheet fixed my problem, while the hidden text box/calendar extender didn&amp;#39;t.&amp;nbsp; I also ran into the problem of the missing arrows in the calendar.&lt;/p&gt;So, I just went to a page with a working calendar, right clicked and saved the arrow images and added them to my image directory, and updated the style sheet:&lt;font color="#a31515" size="2"&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt; 
&lt;p&gt;.ajax__calendar_prev&lt;/font&gt;&lt;font size="2"&gt; {&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;cursor&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;pointer&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;width&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;15px&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;height&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;15px&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;float&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;left&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;background-repeat&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;no-repeat&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;background-position&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;50%&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;50%&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;background-image&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;url(&lt;strong&gt;images/calendar_left_arrow.gif&lt;/strong&gt;)&lt;/font&gt;&lt;font size="2"&gt;;}&lt;/p&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;
&lt;p&gt;.ajax__calendar_next&lt;/font&gt;&lt;font size="2"&gt; {&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;cursor&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;pointer&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;width&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;15px&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;height&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;15px&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;float&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;right&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;background-repeat&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;no-repeat&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;background-position&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;50%&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;50%&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;background-image&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;url(&lt;strong&gt;images/calendar_right_arrow.gif&lt;/strong&gt;)&lt;/font&gt;&lt;font size="2"&gt;;}&lt;/p&gt;&lt;/font&gt;
&lt;p&gt;&amp;nbsp;I thought this was easier than figuring out how the webResource.axd works.&lt;/p&gt;</description></item><item><title>Re: CalendarExtender - Layout is messed up in an updatePanel</title><link>http://forums.asp.net/thread/2604453.aspx</link><pubDate>Sat, 06 Sep 2008 11:31:48 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2604453</guid><dc:creator>NileshThakkar</dc:creator><author>NileshThakkar</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2604453.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=2604453</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;Copyrigh2003:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; 
&lt;p&gt;Solve my own problem by re-reading prior submits.&amp;nbsp; Placing an Visible=&amp;quot;false&amp;quot; textbox/calendarextender outside of all the updatePanel, lets the arrows show.&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;This helped me a lot. Thanks for the nice idea. &lt;img src="http://forums.asp.net/emoticons/emotion-1.gif" alt="Smile" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Nilesh Thakkar&lt;/p&gt;</description></item><item><title>Re: CalendarExtender - Layout is messed up in an updatePanel</title><link>http://forums.asp.net/thread/2604448.aspx</link><pubDate>Sat, 06 Sep 2008 11:26:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2604448</guid><dc:creator>NileshThakkar</dc:creator><author>NileshThakkar</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2604448.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=2604448</wfw:commentRss><description>&lt;p&gt;Hi, I had the same problem for Arrows.&lt;/p&gt;
&lt;p&gt;You need to place an extra textbox as well as calendar extender point to that textbox and keep the textbox property Visible=&amp;quot;false&amp;quot;. Do remember to place this textbox and&amp;nbsp;calendar extender out side of your update panel. &lt;/p&gt;
&lt;p&gt;It will solve your problem of Arrow (previous and next) . &lt;img src="http://forums.asp.net/emoticons/emotion-2.gif" alt="Big Smile" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks to all for help &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Nilesh Thakkar&lt;/p&gt;</description></item><item><title>Re: CalendarExtender - Layout is messed up in an updatePanel</title><link>http://forums.asp.net/thread/2604446.aspx</link><pubDate>Sat, 06 Sep 2008 11:23:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2604446</guid><dc:creator>NileshThakkar</dc:creator><author>NileshThakkar</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2604446.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=2604446</wfw:commentRss><description>&lt;p&gt;Thanks a lot, It helped me a lot &lt;img src="http://forums.asp.net/emoticons/emotion-2.gif" alt="Big Smile" /&gt;&lt;/p&gt;
&lt;p&gt;Keep it up &lt;img src="http://forums.asp.net/emoticons/emotion-21.gif" alt="Yes" /&gt;&lt;/p&gt;</description></item><item><title>Re: CalendarExtender - Layout is messed up in an updatePanel</title><link>http://forums.asp.net/thread/2577350.aspx</link><pubDate>Mon, 25 Aug 2008 02:13:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2577350</guid><dc:creator>rbadis</dc:creator><author>rbadis</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2577350.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=2577350</wfw:commentRss><description>&lt;p&gt;Hi Denis,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;where to add this code to!? is it to&amp;nbsp;Calendar.css in&amp;nbsp;&amp;nbsp;&lt;a&gt;\\Ajax&lt;/a&gt; Controls\AjaxControlToolkit\Calendar.css folder? So, I will need to compile the Toolkit project and reload the resulted DLL? pls advise I&amp;#39;m new in ASP&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: CalendarExtender - Layout is messed up in an updatePanel</title><link>http://forums.asp.net/thread/2409709.aspx</link><pubDate>Mon, 09 Jun 2008 03:31:04 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2409709</guid><dc:creator>kiddoo_81</dc:creator><author>kiddoo_81</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2409709.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=2409709</wfw:commentRss><description>&lt;p&gt;Hi, i also face the same problem, the arrow for (previos and next) is gone.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;what do you meant by re-reading prior submits? and placing visible=&amp;quot;false&amp;quot; to all textbox/calendarextender outside the update panel? But&lt;/p&gt;
&lt;p&gt;my textbox and calenderextender both inside the update panel? so what is the solution for this?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: CalendarExtender - Layout is messed up in an updatePanel</title><link>http://forums.asp.net/thread/2264622.aspx</link><pubDate>Sun, 30 Mar 2008 13:44:28 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2264622</guid><dc:creator>jonasfrid</dc:creator><author>jonasfrid</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2264622.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=2264622</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I&amp;#39;m having the same problem, but none of these solutions seem to fix it...&lt;/p&gt;&lt;p&gt;What versions are you using? Anything else I should think of?&lt;/p&gt;&lt;p&gt;My CalendarExtension works fine outside updatepanels, but as soon as I move it inside an updatepanel, the styling gets all funked up. And I cant seem to target it using your css-fix, nor fix it by adding an invisible calendarextension with textbox on top of the page. Or, where exactly do you mean by on top of the page?&lt;/p&gt;&lt;p&gt;It has to be inside a form, doesn&amp;#39;t it?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;/Jonas&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: CalendarExtender - Layout is messed up in an updatePanel</title><link>http://forums.asp.net/thread/2169278.aspx</link><pubDate>Tue, 12 Feb 2008 22:30:38 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2169278</guid><dc:creator>tlsterling</dc:creator><author>tlsterling</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2169278.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=2169278</wfw:commentRss><description>&lt;p&gt;Thanks for the hack, that fixed all the cryptic-disappeared style elements.&amp;nbsp; Something else I noticed going wrong on a behavior level is that hitting the &amp;lt;esc&amp;gt; key will no longer hide the calendar.&amp;nbsp; The user must pick a date in order to exit the calendar gui unlike extenders that are not nested within multiple UpdatePanels/Panels.&amp;nbsp; I was hoping your suggestion would fix this behavior mishap, too, but unfortunately not.&amp;nbsp; &lt;br /&gt; &lt;/p&gt;&lt;p&gt;Thanks again!!&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: CalendarExtender - Layout is messed up in an updatePanel</title><link>http://forums.asp.net/thread/1971251.aspx</link><pubDate>Wed, 24 Oct 2007 12:29:31 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1971251</guid><dc:creator>Jay Khanpara</dc:creator><author>Jay Khanpara</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1971251.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1971251</wfw:commentRss><description>&lt;p&gt;Hi Denis,&lt;/p&gt;
&lt;p&gt;Great job man!!!!!!&lt;/p&gt;
&lt;p&gt;You made my life easy....I am breaking my head since last few week about this extender inside Uploader.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks once again.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Jay&lt;/p&gt;</description></item><item><title>Re: CalendarExtender - Layout is messed up in an updatePanel</title><link>http://forums.asp.net/thread/1895834.aspx</link><pubDate>Thu, 06 Sep 2007 12:38:11 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1895834</guid><dc:creator>davidanderson</dc:creator><author>davidanderson</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1895834.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1895834</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;Copyrigh2003:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; 
&lt;p&gt;Solve my own problem by re-reading prior submits.&amp;nbsp; Placing an Visible=&amp;quot;false&amp;quot; textbox/calendarextender outside of all the updatePanel, lets the arrows show.&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;This suggestion fixed a multitude of styling problems I was having. Anytime you place a calendar extender inside an update panel, expect styling problems. This simple fix helped me bunches. THANKS.&lt;/p&gt;</description></item><item><title>Re: CalendarExtender - Layout is messed up in an updatePanel</title><link>http://forums.asp.net/thread/1895003.aspx</link><pubDate>Thu, 06 Sep 2007 04:32:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1895003</guid><dc:creator>Copyrigh2003</dc:creator><author>Copyrigh2003</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1895003.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1895003</wfw:commentRss><description>&lt;p&gt;Solve my own problem by re-reading prior submits.&amp;nbsp; Placing an Visible=&amp;quot;false&amp;quot; textbox/calendarextender outside of all the updatePanel, lets the arrows show.&lt;/p&gt;</description></item><item><title>Re: CalendarExtender - Layout is messed up in an updatePanel</title><link>http://forums.asp.net/thread/1894049.aspx</link><pubDate>Wed, 05 Sep 2007 15:21:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1894049</guid><dc:creator>Copyrigh2003</dc:creator><author>Copyrigh2003</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1894049.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1894049</wfw:commentRss><description>&lt;p&gt;Thanks for the CSS, it helped a lot.&amp;nbsp; I had also to add &lt;font color="#ff0000" size="2"&gt;border&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;1px&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;solid&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;#646464&lt;/font&gt;&lt;font size="2"&gt;; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;background-color&lt;/font&gt;&lt;font size="2"&gt;: &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;White&lt;/font&gt;&lt;font size="2"&gt;; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;width&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;170px&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;color&lt;/font&gt;&lt;font size="2"&gt;: &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;Black&lt;/font&gt;&lt;font size="2"&gt;; &lt;/font&gt;&lt;font size="2"&gt;to&amp;nbsp; &lt;font color="#a31515" size="2"&gt;.ajax__calendar_container &lt;font color="#000000"&gt;to get it to look right mostly right, but I have one problem.&amp;nbsp; Those little arrows in the top corner &amp;lt; &amp;gt; don&amp;#39;t appear although if I&amp;#39;m lucky enough to click the right area, they work.&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#000000"&gt;I suspect and don&amp;#39;t fully understand the &lt;font color="#0000ff" size="2"&gt;WebResource.axd &lt;font color="#000000"&gt;in &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;ajax__calendar_prev &lt;font color="#000000"&gt;. I&amp;#39;m using VS2005 Express, do I need to update Web.config?&amp;nbsp;Is &lt;/font&gt;&lt;font color="#0000ff"&gt;WebResource.axd &lt;/font&gt;&lt;font color="#000000"&gt;supported for VS2005 Express?&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#000000"&gt;Help! and thanks again&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#000000"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;</description></item></channel></rss>