<?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: Tab Container within an Update Panel</title><link>http://forums.asp.net/thread/2767907.aspx</link><pubDate>Tue, 25 Nov 2008 21:01:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2767907</guid><dc:creator>odinn</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2767907.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=2767907</wfw:commentRss><description>lukerogers15 It&amp;#39;s very useful. Thanks !!!</description></item><item><title>Re: Tab Container within an Update Panel</title><link>http://forums.asp.net/thread/1867809.aspx</link><pubDate>Mon, 20 Aug 2007 22:43:15 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1867809</guid><dc:creator>lukerogers15</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1867809.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1867809</wfw:commentRss><description>&lt;p&gt;That did the trick. I added the following code and it works just like I want it to.&lt;/p&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;UpdatePanel&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;br /&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;ajaxToolkit&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;TabContainer&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;ID&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;tabNotUsed&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;runat&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;server&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;Visible&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;true&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;/&amp;gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#000000"&gt;Thanks for the help!&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#000000"&gt;Luke&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Re: Tab Container within an Update Panel</title><link>http://forums.asp.net/thread/1867793.aspx</link><pubDate>Mon, 20 Aug 2007 22:21:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1867793</guid><dc:creator>ysw</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1867793.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1867793</wfw:commentRss><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;Unfortunatelly TabContainer does not properly load CSS if it first appears on the page in UpdatePanel with async update postback.&amp;nbsp; However, it is quite easy to solve this, by adding an empty TabContainer somewhere to the page, but utside any UpdatePanel.&amp;nbsp; Empty TabContainer without any Tabs does not render anything noticable to the page, but it loads CSS which is later used by other TabContainers.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;So, add a TabContainer without pages to your page and make sure it is not in UpdatePanel and it its Visible = true.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;-yuriy&lt;br /&gt;&lt;a href="http://couldbedone.blogspot.com/"&gt;http://couldbedone.blogspot.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Tab Container within an Update Panel</title><link>http://forums.asp.net/thread/1867712.aspx</link><pubDate>Mon, 20 Aug 2007 21:18:41 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1867712</guid><dc:creator>smlong</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1867712.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1867712</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m having the same problem.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;If I create a TabContainer dynamically (through OnInit) or initially set the TabContainer.Visible = false, the styling does not load.&lt;/p&gt;</description></item><item><title>Re: Tab Container within an Update Panel</title><link>http://forums.asp.net/thread/1867648.aspx</link><pubDate>Mon, 20 Aug 2007 20:43:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1867648</guid><dc:creator>lukerogers15</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1867648.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1867648</wfw:commentRss><description>&lt;p&gt;The problem that I am having along these lines is that when either the TabContainer itself or whatever container it is in (ex. Panel) is set to Visible=false; then on the partial page load the styling is not loaded. From my understanding it adds a &amp;lt;link&amp;gt; to the header when the page is loaded but this doesn&amp;#39;t work if the control was not visible when the page was initially rendered. When the TabContainer is rendered everything is there and it works but you can&amp;#39;t see the tab but only the HeaderText. All of the styling is lost.&lt;/p&gt;
&lt;p&gt;Any idea of how to get around this? My thought was to add the &amp;lt;link&amp;gt; when the page is first loaded but I&amp;#39;m can&amp;#39;t find anything about how to do this.&lt;/p&gt;
&lt;p&gt;Luke&lt;/p&gt;</description></item><item><title>Re: Tab Container within an Update Panel</title><link>http://forums.asp.net/thread/1782501.aspx</link><pubDate>Mon, 02 Jul 2007 09:40:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1782501</guid><dc:creator>smimon</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1782501.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1782501</wfw:commentRss><description>&lt;p&gt;Ok, this is a much simplified reproduction of my page, but it causes the &amp;quot;bug&amp;quot;. I need to add a TabContainer dynamically as the result of a button press, and in the following conditions, it appears with no styles on it.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;pre class="coloredcode"&gt;&amp;lt;&lt;span class="tag"&gt;html&lt;/span&gt;&lt;span class="attr"&gt; xmlns=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&lt;/span&gt; &amp;gt;
&amp;lt;&lt;span class="tag"&gt;head&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&amp;gt;
    &amp;lt;&lt;span class="tag"&gt;title&lt;/span&gt;&amp;gt;Untitled Page&amp;lt;/&lt;span class="tag"&gt;title&lt;/span&gt;&amp;gt;
&amp;lt;/&lt;span class="tag"&gt;head&lt;/span&gt;&amp;gt;
&amp;lt;&lt;span class="tag"&gt;body&lt;/span&gt;&amp;gt;
    &amp;lt;&lt;span class="tag"&gt;form&lt;/span&gt;&lt;span class="attr"&gt; id=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;form1&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&amp;gt;
    &amp;lt;&lt;span class="tag"&gt;div&lt;/span&gt;&amp;gt;
			&amp;lt;&lt;span class="tag"&gt;asp:ScriptManager&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;ScriptManager1&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&amp;gt;
			&amp;lt;/&lt;span class="tag"&gt;asp:ScriptManager&lt;/span&gt;&amp;gt;
    
    &amp;lt;/&lt;span class="tag"&gt;div&lt;/span&gt;&amp;gt;
			&amp;lt;&lt;span class="tag"&gt;asp:UpdatePanel&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;UpdatePanel1&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&amp;gt;
				&amp;lt;&lt;span class="tag"&gt;ContentTemplate&lt;/span&gt;&amp;gt;
					&amp;lt;&lt;span class="tag"&gt;asp:UpdatePanel&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;UpdatePanel2&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; UpdateMode=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Conditional&amp;quot;&lt;/span&gt;&amp;gt;
						&amp;lt;&lt;span class="tag"&gt;ContentTemplate&lt;/span&gt;&amp;gt;
							&amp;lt;&lt;span class="tag"&gt;asp:Button&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Button1&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; OnClick=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Button1_Click&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; Text=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Button&amp;quot;&lt;/span&gt; /&amp;gt;
						&amp;lt;/&lt;span class="tag"&gt;ContentTemplate&lt;/span&gt;&amp;gt;
					&amp;lt;/&lt;span class="tag"&gt;asp:UpdatePanel&lt;/span&gt;&amp;gt;
				&amp;lt;/&lt;span class="tag"&gt;ContentTemplate&lt;/span&gt;&amp;gt;
			&amp;lt;/&lt;span class="tag"&gt;asp:UpdatePanel&lt;/span&gt;&amp;gt;
    &amp;lt;/&lt;span class="tag"&gt;form&lt;/span&gt;&amp;gt;
&amp;lt;/&lt;span class="tag"&gt;body&lt;/span&gt;&amp;gt;
&amp;lt;/&lt;span class="tag"&gt;html&lt;/span&gt;&amp;gt;&lt;/pre&gt;&lt;pre class="coloredcode"&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre class="coloredcode"&gt;&amp;nbsp;&lt;pre class="coloredcode"&gt;&lt;span class="kwd"&gt;protected void&lt;/span&gt; Page_Load(&lt;span class="kwd"&gt;object&lt;/span&gt; sender, EventArgs e)
    {

    }
    
    &lt;span class="kwd"&gt;protected void&lt;/span&gt; Button1_Click(&lt;span class="kwd"&gt;object&lt;/span&gt; sender, EventArgs e)
    {
        AjaxControlToolkit.TabContainer tbc = &lt;span class="kwd"&gt;new&lt;/span&gt; AjaxControlToolkit.TabContainer();

        AjaxControlToolkit.TabPanel tbp1 = &lt;span class="kwd"&gt;new&lt;/span&gt; AjaxControlToolkit.TabPanel();
        tbp1.HeaderText = &lt;span class="st"&gt;&amp;quot;Test Panel 1&amp;quot;&lt;/span&gt;;
        Literal ltrl1 = &lt;span class="kwd"&gt;new&lt;/span&gt; Literal();
        ltrl1.Text = &lt;span class="st"&gt;&amp;quot;Panel 1 Content&amp;quot;&lt;/span&gt;;
        tbp1.Controls.Add(ltrl1);
        tbc.Tabs.Add(tbp1);

        AjaxControlToolkit.TabPanel tbp2 = &lt;span class="kwd"&gt;new&lt;/span&gt; AjaxControlToolkit.TabPanel();
        tbp2.HeaderText = &lt;span class="st"&gt;&amp;quot;Test Panel 2&amp;quot;&lt;/span&gt;;
        Literal ltrl2 = &lt;span class="kwd"&gt;new&lt;/span&gt; Literal();
        ltrl2.Text = &lt;span class="st"&gt;&amp;quot;Panel 2 Content&amp;quot;&lt;/span&gt;;
        tbp2.Controls.Add(ltrl2);
        tbc.Tabs.Add(tbp2);

        UpdatePanel2.ContentTemplateContainer.Controls.Add(tbc);
    }&lt;/pre&gt;&amp;nbsp;&amp;nbsp;&lt;/pre&gt;&amp;nbsp;&amp;nbsp;</description></item><item><title>Re: Tab Container within an Update Panel</title><link>http://forums.asp.net/thread/1782497.aspx</link><pubDate>Mon, 02 Jul 2007 09:32:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1782497</guid><dc:creator>smimon</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1782497.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1782497</wfw:commentRss><description>&lt;p&gt;I would do, but the situation in which this problem has arisen for me is a little bit complicated, since i&amp;#39;m building a custom webpart based draggy droppy affair. The TabContainer is in an UpdatePanel, which is in another UpdatePanel, and i&amp;#39;m creating it programatically.&lt;/p&gt;&lt;p&gt;I&amp;#39;ll have a quick play, and see if i can get it to happen in a simpler scenario.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Tab Container within an Update Panel</title><link>http://forums.asp.net/thread/1780526.aspx</link><pubDate>Fri, 29 Jun 2007 23:24:14 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1780526</guid><dc:creator>sburke_msft</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1780526.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1780526</wfw:commentRss><description>&lt;p&gt;No this is not true - UpdatePanel does incremental loading of the scripts.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I&amp;#39;m not able to repro this.&amp;nbsp; On the sample page, I wrap the TabContainer in an UpdatePanel and it works fine.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Can someone please post a repro?&lt;/p&gt;</description></item><item><title>Re: Tab Container within an Update Panel</title><link>http://forums.asp.net/thread/1779624.aspx</link><pubDate>Fri, 29 Jun 2007 14:05:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1779624</guid><dc:creator>ssayed@iotap.com</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1779624.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1779624</wfw:commentRss><description>&lt;p&gt;The tab container itself contains ajax functionality &lt;/p&gt;
&lt;p&gt;Most Controls that contain built in ajax functionality dont work well in an UpdatePanel because the javascript does not gets send in an update panel during partial updates&lt;/p&gt;
&lt;p&gt;You will need to keep the tab container outside of an update panel.&lt;/p&gt;
&lt;p&gt;This however causes the problem of the tab container state not being updated from the code behind. For example i was not able to change the active tab from code behind in a partial postback.&lt;/p&gt;
&lt;p&gt;The turnaround for this was that i used javascript &lt;/p&gt;
&lt;p&gt;the below code shows how exactly&lt;/p&gt;
&lt;p&gt;first io create a javascript function to change the active tab index&lt;/p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;function&lt;/font&gt;&lt;font size="2"&gt; ChangeTab(indx)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;{&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;$find(&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&amp;#39;&amp;lt;%=TabContainer1.ClientID%&amp;gt;&amp;#39;&lt;/font&gt;&lt;font size="2"&gt;).set_activeTabIndex(indx)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;$find(&lt;font color="#a31515" size="2"&gt;&amp;#39;&amp;lt;%=TabContainer1.ClientID%&amp;gt;&amp;#39;&lt;/font&gt;&lt;font size="2"&gt;)&amp;nbsp; gets a reference to the tab container object in the javascript &lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;then called this from code behind using&amp;nbsp; the following&lt;/p&gt;&lt;font size="2"&gt;
&lt;p&gt;ScriptManager.RegisterStartupScript(&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;Me&lt;/font&gt;&lt;font size="2"&gt;, updButtonBar.GetType, &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;KEY&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;, &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;ChangeTab(2);&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;, &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;True&lt;/font&gt;&lt;font size="2"&gt;)&lt;/p&gt;&lt;/font&gt;
&lt;p&gt;&amp;nbsp;here the me is the page and updbuttonbar is the update panel . It can be any update panel in the page.&lt;/p&gt;
&lt;p&gt;In this way you can manipulate the tab container by calling any of the methods of the tab container javascript object.&lt;/p&gt;
&lt;p&gt;If you want to find the listing of the methods save As&amp;nbsp;the page containing the tab container as a complete web page on ur local hard drive&lt;/p&gt;
&lt;p&gt;in one of the resources file u can find the methods the javascript object tab container contains or perhaps download the ajax control toolkit source&lt;/p&gt;
&lt;p&gt;This ways was&amp;nbsp;good enough for me.&lt;/p&gt;
&lt;p&gt;Let me know if it helps&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Cheers &lt;/p&gt;
&lt;p&gt;Sohail Sayed&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Tab Container within an Update Panel</title><link>http://forums.asp.net/thread/1779585.aspx</link><pubDate>Fri, 29 Jun 2007 13:50:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1779585</guid><dc:creator>smimon</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1779585.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1779585</wfw:commentRss><description>I&amp;#39;m having the same issue with the TabContainer styles not being sent to the browser, did anyone find a solution for this?&amp;nbsp;</description></item><item><title>Re: Tab Container within an Update Panel</title><link>http://forums.asp.net/thread/1558532.aspx</link><pubDate>Thu, 01 Feb 2007 04:20:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1558532</guid><dc:creator>albertpascual</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1558532.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1558532</wfw:commentRss><description>&lt;p&gt;The tab control should be outside that UpdatePanel or inside a new UpdatePanel to work. Makes sense? &lt;/p&gt;
&lt;p&gt;If you, please post the code and let's figure it out.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Tab Container within an Update Panel</title><link>http://forums.asp.net/thread/1557776.aspx</link><pubDate>Wed, 31 Jan 2007 18:05:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1557776</guid><dc:creator>jamehol</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1557776.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1557776</wfw:commentRss><description>&lt;p&gt;I am working on a&amp;nbsp;page that contains a grid within an update panel.&amp;nbsp; The user selects an item from the grid, popping up a draggable panel with the details of the item they selected. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;I want to be able to have a tab control within the pop up, but am running into some issues.&amp;nbsp; The backgrounds of the tab headers dont show up.&amp;nbsp; It looks to me like the styles arent getting sent to the browser because the control is being added to the page through the update panel.&amp;nbsp; When I move the tab control outside of the update panel, or add another one to the page that is visible on page load it looks fine.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;I was about to add another tab container to the page and set the display to none but that seems like a hack.&amp;nbsp; I was wondering if there is any other way to get the styles for the tab container down to the page on load without having to do something like that. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for the help in advance,&lt;br /&gt;James Hollister&lt;br /&gt;Ascending Integration Inc.&lt;br /&gt;&lt;a href="http://www.ascendingintegration.com/"&gt;www.AscendingIntegration.com&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>