<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>[How Do I:] Use the ASP.NET AJAX Tabs Control?</title><link>http://www.asp.net</link><pubDate>Thu, 15 May 2008 08:59:41 GMT</pubDate><generator>umbraco</generator><description>Comments for [How Do I:] Use the ASP.NET AJAX Tabs Control?</description><language>en</language><atom:link href="http://www.asp.net/rss/comments/33586" rel="self" type="application/rss+xml" /><item><title>Comment Posted by Rose123_123</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Wed, 05 Mar 2008 01:18:54 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001449</guid><description><![CDATA[ <p>i want to know the dynamic creation of tabs on some events like button clicked or on selectedindexchanged of dropdownlist...</p> <p>and the number of tabs created should be based on the item selected by dropdowm list..</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/Rose123_123.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by JoeStagner</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Fri, 14 Mar 2008 11:14:56 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001450</guid><description><![CDATA[ <p>There is good news and bad news.</p> <p>The good news is that tabs are easy to add.</p> <p> &#160; &#160; &#160; &#160;TabPanel[] newpanels = new TabPanel[NumNewTabs];</p> <p> &#160; &#160; &#160; &#160;for ( iCnt = 0; iCnt &lt; 3; iCnt++)</p> <p> &#160; &#160; &#160; &#160;{</p> <p> &#160; &#160; &#160; &#160;newpanels[iCnt] = new TabPanel();</p> <p> &#160; &#160; &#160; &#160;newpanels[iCnt].HeaderText = String.Concat(&quot;New Panel&quot; + iCnt);</p> <p> &#160; &#160; &#160; &#160;TabContainer1.Tabs.Add(newpanels[iCnt]);</p> <p> &#160; &#160; &#160; &#160;}</p> <p>The bad news is that if your AJAX application si doing page postbacks, your added tabs don&#39;t survive a postback so you will have to keep that of what you&#39;ve added and RE-created the added Tabs in the Page_Init method.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/JoeStagner.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by rhmayer</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Fri, 14 Mar 2008 22:22:05 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001451</guid><description><![CDATA[ <p>I just downloaded the Ajax Control Toolkit 3.5 for VS 2008. &#160;However, after loading the controls into my toolbox, I see the &#160;TabContainer control, but not the TabPanel control which is used in the video.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/rhmayer.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by JoeStagner</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Sat, 15 Mar 2008 09:48:10 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001452</guid><description><![CDATA[ <p>TabContainer is the root control.</p> <p>Panels are like templates inside the container.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/JoeStagner.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by mohanmothupally</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Mon, 17 Mar 2008 03:49:07 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001458</guid><description><![CDATA[ <p>Hi Joe, </p> <p>I am trying to start using the AjaxControlToolkit. I followed all the</p> <p>instructions on the following page:</p> <p>&lt;a rel=&quot;nofollow&quot; target=&quot;_new&quot; href=&quot;http://ajax.asp.net/ajaxtoolkit/Walkthrough/Setup.aspx&quot;&gt;ajax.asp.net/.../Setup.aspx&lt;/a&gt;</p> <p>The only thing I did differently is I did not create my website from the</p> <p>&quot;ASP.NET AJAX Web Site&quot; template, because my site already exists, and I</p> <p>don&#39;t want to recreate the whole thing. I can see all the &quot;AJAX Extensions&quot;</p> <p>and &quot;AJAX Control Toolkit&quot; controls listed in Visual Studio .NET 2005&#39;s</p> <p>Toolbox.</p> <p>The control i am making use of is tab control.</p> <p>I have added a script manager and a tab control. Then a tab panel inside the tab control. Added contenttemplate to the tab panel.</p> <p>when i run the application, nothing gets displayed.</p> <p>please find my code. </p> <p>&lt;%@ Page Language=&quot;C#&quot; AutoEventWireup=&quot;true&quot; CodeFile=&quot;Request.aspx.cs&quot; Inherits=&quot;Request&quot; %&gt;</p> <p>&lt;%@ Register Assembly=&quot;System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot;</p> <p> &#160; &#160;Namespace=&quot;System.Web.UI&quot; TagPrefix=&quot;asp&quot; %&gt;</p> <p>&lt;%@ Register Assembly=&quot;AjaxControlToolkit&quot; Namespace=&quot;AjaxControlToolkit&quot; TagPrefix=&quot;cc1&quot; %&gt;</p> <p>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;&lt;a rel=&quot;nofollow&quot; target=&quot;_new&quot; href=&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;&quot;&gt;www.w3.org/.../xhtml1-transitional.dtd&quot;&gt;&lt;/a&gt;</p> <p>&lt;html xmlns=&quot;&lt;a rel=&quot;nofollow&quot; target=&quot;_new&quot; href=&quot;http://www.w3.org/1999/xhtml&quot;&quot;&gt;www.w3.org/.../xhtml&quot;&lt;/a&gt; &gt;</p> <p>&lt;head runat=&quot;server&quot;&gt;</p> <p> &#160; &#160;&lt;title&gt;Untitled Page&lt;/title&gt;</p> <p>&lt;/head&gt;</p> <p>&lt;body&gt;</p> <p> &#160; &#160;&lt;form id=&quot;form1&quot; runat=&quot;server&quot;&gt;</p> <p> &#160; &#160;&lt;div&gt;before mgr</p> <p> &#160; &#160; &#160; &#160;&lt;asp:ScriptManager ID=&quot;ScriptManager1&quot; runat=&quot;server&quot;&gt;</p> <p> &#160; &#160; &#160; &#160;&lt;/asp:ScriptManager&gt;</p> <p> &#160; &#160; &#160; &#160;&lt;cc1:TabContainer ID=&quot;TabContainer1&quot; runat=&quot;server&quot; &gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160;&lt;cc1:TabPanel ID=&quot;TabPanel1&quot; runat=&quot;server&quot;&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160;&lt;ContentTemplate&gt;hello&lt;/ContentTemplate&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160;&lt;HeaderTemplate&gt;tab1&lt;/HeaderTemplate&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160;&lt;/cc1:TabPanel&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160;&lt;cc1:TabPanel ID=&quot;TabPanel2&quot; runat=&quot;server&quot;&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160;&lt;ContentTemplate&gt;hello2&lt;/ContentTemplate&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160;&lt;/cc1:TabPanel&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160;&lt;cc1:TabPanel ID=&quot;TabPanel3&quot; runat=&quot;server&quot;&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160;&lt;ContentTemplate&gt;hello3&lt;/ContentTemplate&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160;&lt;/cc1:TabPanel&gt;</p> <p> &#160; &#160; &#160; &#160;&lt;/cc1:TabContainer&gt;</p> <p> &#160; &#160; &#160; &#160;after mgr</p> <p> &#160; &#160;&lt;/div&gt;</p> <p> &#160; &#160;&lt;/form&gt;</p> <p>&lt;/body&gt;</p> <p>&lt;/html&gt;</p> <p>Any help is highly appreciated. Thanks in advance.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/mohanmothupally.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by JoeStagner</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Thu, 20 Mar 2008 17:28:03 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001459</guid><description><![CDATA[ <p>What DOES happen? Feel free to email me off line through my blog at www.JoeOn.net </p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/JoeStagner.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by assafg2</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Sun, 23 Mar 2008 08:10:44 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001453</guid><description><![CDATA[ <p>i dont know why but i cant get a diffrent &#160;bg color fot the tab&#39;s</p> <p>i have try this 2 and...</p> <p>&lt;cc1:TabContainer ID=&quot;TabContainer1&quot; runat=&quot;server&quot; BackColor=&quot;Aqua&quot;&gt;</p> <p> &#160; &#160;&lt;cc1:TabPanel ID=&quot;tab1&quot; runat=&quot;server&quot; HeaderText=&quot;חופשות&quot; BackColor=&quot;Green&quot;&gt;</p> <p>&lt;ContentTemplate&gt;</p> <p>any idea ?</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/assafg2.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by NettaA</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Tue, 25 Mar 2008 07:47:33 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001454</guid><description><![CDATA[ <p>you have to use css, like here:</p> <p>&lt;a rel=&quot;nofollow&quot; target=&quot;_new&quot; href=&quot;http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Tabs/Tabs.aspx&quot;&gt;www.asp.net/.../Tabs.aspx&lt;/a&gt;</p> <p>(i&#39;m working on it right now...)</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/NettaA.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by NettaA</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Tue, 25 Mar 2008 07:58:42 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001460</guid><description><![CDATA[ <p>Hi Joe, I have a question..</p> <p>I want my tabs-headers to have rounded-corners + shadows.</p> <p>I almost got everything OK, using CSS, but it is still not 100%.</p> <p>So I thought maby i should put tables in the HeaderTemplates, this way:</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;HeaderTemplate&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;div style=&quot;overflow-y:visible;&quot;&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot; style=&quot;height: 100%&quot;&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;tr&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;td style=&quot;background-image: url(/_layouts/images/RightTab1.gif); width: 6px&quot;&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;/td&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;td style=&quot;background-image: url(/_layouts/images/CenterTab1.gif); background-repeat:repeat-x; &quot;&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;bla bla</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;/td&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;td style=&quot;background-image: url(/_layouts/images/LeftTab1.gif); width: 6px&quot;&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;/td&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;/tr&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;/table&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;/div&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;/HeaderTemplate&gt;</p> <p>my question is: can i use different HeaderTemplate for active and non-active tab ?</p> <p>Thanks</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/NettaA.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Chris Rivard</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Tue, 25 Mar 2008 09:46:14 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001461</guid><description><![CDATA[ <p>Is there a way to move the tabs from the top to the bottom? &#160;Would this be via CSS? &#160;If so, could you provide an example. &#160;Thanks!</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/Chris%20Rivard.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by fizch</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Mon, 31 Mar 2008 11:15:29 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001462</guid><description><![CDATA[ <p>How do I get the tab panel to postback on a client click event? The tab container has the active tab changed event, but that fires after the tab has changed, and the content that was on the previous tab is out of scope. The client clic event actually fires at the correct time. </p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/fizch.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by LukeNLaura</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Mon, 31 Mar 2008 13:31:44 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001463</guid><description><![CDATA[ <p>Hi,</p> <p>I need help on TabContainers where it appears on a modalpopup. &#160;The controls that are within the TabPanels are getting rendered on the screen but stepping through the code, the values of the controls (eg. textboxes) are null. &#160;So when I try to reference the textbox to get the value, the application returns back an null reference error.</p> <p>I am new to AJAX controls and so any help will be greatly appreciated.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/LukeNLaura.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by JoeStagner</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Tue, 01 Apr 2008 07:09:31 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001455</guid><description><![CDATA[ <p>Chris - relocating the tabs is not supported in this version of the control, but you could modify the source.</p> <p>Fizch - You can postback with the ScriptManager &#160;(I&#39;ll post a video this week.) The fact that the orrigioal Tabs content is not visible doesn&#39;t mean that it&#39;s not still on the form and therefore posted back.) </p> <p>LukeNLaura - a TabCotainer inside a Modal Dialog may not work. Feel free to email me (use the contact link on my blog at www.JoeOn.net) and I&#39;ll try to help.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/JoeStagner.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by NIckKhaja</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Tue, 01 Apr 2008 15:43:20 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001456</guid><description><![CDATA[ <p>Hi Joe,</p> <p>I am have a tab container with 21 tab panels on my page.</p> <p>To reach to the 21st panel I have to scroll the page horizontally instead of this I want to add a small button or kind of drop down list in which I can see the rest or the complete list of the tab panels. </p> <p>Thanks.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/NIckKhaja.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by pardo</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Tue, 01 Apr 2008 22:40:44 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001457</guid><description><![CDATA[ <p>The tabs control works great. However, I&#39;m generating mine at runtime. When I wire up:</p> <p>tabContainer1.attributes.add(&quot;OnClientActiveTabChanged&quot;, &quot;SwitchTabs();&quot;)</p> <p>My function &quot;SwitchTabs();&quot; doesn&#39;t execute. I&#39;m able to fire execute the function if I create the control at design time, but this doesn&#39;t serve my needs. Any advice?</p> <p>Thanks</p> <p>pardo</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/pardo.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by parth_192</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Thu, 03 Apr 2008 07:34:35 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001464</guid><description><![CDATA[ <p>Hi how can i use this tab control for two level tabs..like first level of Parent tab and on clicking on that there is another tab control under that parent tab which are child tab...can u help me out..</p> <p>Thanks,</p> <p>Parthiv</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/parth_192.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by JoeStagner</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Thu, 03 Apr 2008 18:20:08 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001465</guid><description><![CDATA[ <p>Guys - great that your pushing the limits. In order to do those kinds of things that the control is not designed to do you will need to customize the code. Luckilly, it&#39;s open source !</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/JoeStagner.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Reclaimer</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Wed, 16 Apr 2008 08:58:06 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001466</guid><description><![CDATA[ <p>[quote]The bad news is that if your AJAX application si doing page postbacks, your added tabs don&#39;t survive a postback so you will have to keep that of what you&#39;ve added and RE-created the added Tabs in the Page_Init method.[/quote]</p> <p>any tutorials? thanks.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/Reclaimer.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by JoeStagner</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Wed, 16 Apr 2008 14:22:20 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001467</guid><description><![CDATA[ <p>Actually - I have did a tutorial that should be live here late tomorrow. :) </p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/JoeStagner.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Dollarjunkie</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Wed, 16 Apr 2008 15:29:27 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001468</guid><description><![CDATA[ <p>I have a question. From the video tutorial I noticed you mentioned over and over that one could place any HTML and dynamic content within the content tags of the TabPanel Control and I wanted to know if the dynamic content could include, say, a repeater control or any other server side controls? I tried those a couple of time and wanted to get info from the expert if it is even possible to do such. </p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/Dollarjunkie.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by pandacad</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Wed, 16 Apr 2008 18:19:15 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001469</guid><description><![CDATA[ <p>I try to use the css styles but it not works, is necesary override some procedure?</p> <p>Tab control steal working with a default webresource.</p> <p>I&#39;m using these css styles what is wrong?</p> <p>.ajax__tab_xp .ajax__tab_header {font-family:Arial,Verdana,Tahoma;font-size:67.5%;backgroun d:url(img/tab-line.gif) repeat-x bottom;}</p> <p>.ajax__tab_xp .ajax__tab_outer {padding-right:4px;background:url(img/tab-right.gif) no-repeat right;height:21px;}</p> <p>.ajax__tab_xp .ajax__tab_inner {padding-left:3px;background:url(img/tab-left.gif) no-repeat;}</p> <p>.ajax__tab_xp .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(img/tab.gi f) repeat-x;}</p> <p>.ajax__tab_xp .ajax__tab_hover .ajax__tab_outer {background:url(img/tab-hover-right.gif) no-repeat right;}</p> <p>.ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {background:url(img/tab-hover-left.gif) no-repeat;}</p> <p>.ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {background:url(img/tab-hover.gif) repeat-x;}</p> <p>.ajax__tab_xp .ajax__tab_active .ajax__tab_outer {background:url(img/tab-active-right.gif) no-repeat right;}</p> <p>.ajax__tab_xp .ajax__tab_active .ajax__tab_inner {background:url(img/tab-active-left.gif) no-repeat;}</p> <p>.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {background:url(img/tab-active.gif) repeat-x;}</p> <p>.ajax__tab_xp .ajax__tab_body {font-family:Arial,Verdana,Tahoma;font-size:67.5%;border:1p x solid #FF9900;border-top:0;padding:8px;background-color:#ffffff;}</p> <p>And CssClass in tab control is equal to &quot;ajax__tab_xp&quot;</p> <p>Thanks.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/pandacad.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by JoeStagner</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Wed, 16 Apr 2008 18:43:44 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001470</guid><description><![CDATA[ <p>Did they work when you tried them ? :) </p> <p>I havn&#39;t treid them all but if you have a specific scenario that you are interested in, send me email.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/JoeStagner.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by gnuts4lunch</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Fri, 09 May 2008 07:24:24 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001471</guid><description><![CDATA[ <p>how can i create the tabs dynamically from a web.sitemap?</p> <p>thanks</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/gnuts4lunch.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by dollyp</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Fri, 09 May 2008 09:23:28 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001472</guid><description><![CDATA[ <p>i have a similar problem to one of the comments above. I&#39;m using the Ajax toolkit with VS 2005 and create a simplae page derived from a master page and dropped a tab container on it and created two tab panels but everytime i run it, the tab conatiner is not displayed at all. here&#39;s my code below, any help pls:</p> <p>&lt;asp:Content ID=&quot;Content1&quot; ContentPlaceHolderID=&quot;PagePlaceHolder&quot; Runat=&quot;Server&quot;&gt;</p> <p> &#160; &#160;&lt;cc1:TabContainer ID=&quot;TabContainer1&quot; runat=&quot;server&quot; ActiveTabIndex=&quot;1&quot;&gt;</p> <p> &#160; &#160; &#160; &#160;&lt;cc1:TabPanel ID=&quot;TabPanel1&quot; runat=&quot;server&quot; HeaderText=&quot;TabPanel1&quot;&gt;</p> <p> &#160; &#160; &#160; &#160;&lt;ContentTemplate&gt;hello&lt;/ContentTemplate&gt;</p> <p> &#160; &#160; &#160; &#160;&lt;/cc1:TabPanel&gt;</p> <p> &#160; &#160; &#160; &#160;&lt;cc1:TabPanel ID=&quot;TabPanel2&quot; runat=&quot;server&quot; HeaderText=&quot;TabPanel2&quot;&gt;</p> <p> &#160; &#160; &#160; &#160;&lt;ContentTemplate&gt;hi&lt;/ContentTemplate&gt;</p> <p> &#160; &#160; &#160; &#160;&lt;/cc1:TabPanel&gt;</p> <p> &#160; &#160;&lt;/cc1:TabContainer&gt;</p> <p> &#160; &#160;&lt;asp:ScriptManager id=&quot;ScriptManager1&quot; runat=&quot;server&quot;&gt;</p> <p> &#160; &#160;&lt;/asp:ScriptManager&gt;</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/dollyp.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by vrao</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-tabs-control</link><pubDate>Thu, 15 May 2008 08:59:41 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001473</guid><description><![CDATA[ <p>The tutorial was help full</p> <p>1. can we get more video demonstration on how to use Css for</p> <p> &#160; Ajax Tab Manager</p> <p>2. On How to carry Server Variables </p> <p>3. How to check sessions if I am using a log in using Ajax Tab</p> <p>thank you</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/vrao.jpg?forceidenticon=false&amp;dt=635044924200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>