<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Maintaining the Active Tab in TabContainer Control</title>
	<atom:link href="http://www.unidevtech.com/index.php/2009/05/maintaining-the-active-tab-in-tabcontainer-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unidevtech.com/index.php/2009/05/maintaining-the-active-tab-in-tabcontainer-control/</link>
	<description>.NET Tips and .....</description>
	<lastBuildDate>Tue, 13 Oct 2009 13:15:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Guillermo Franco</title>
		<link>http://www.unidevtech.com/index.php/2009/05/maintaining-the-active-tab-in-tabcontainer-control/comment-page-1/#comment-71</link>
		<dc:creator>Guillermo Franco</dc:creator>
		<pubDate>Thu, 08 Oct 2009 16:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.unidevtech.com/?p=65#comment-71</guid>
		<description>Only rebuild the Site and app work perfectly  , thank you</description>
		<content:encoded><![CDATA[<p>Only rebuild the Site and app work perfectly  , thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillermo Franco</title>
		<link>http://www.unidevtech.com/index.php/2009/05/maintaining-the-active-tab-in-tabcontainer-control/comment-page-1/#comment-70</link>
		<dc:creator>Guillermo Franco</dc:creator>
		<pubDate>Thu, 08 Oct 2009 15:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.unidevtech.com/?p=65#comment-70</guid>
		<description>Show me a message,  &#039;ServerUtilities&#039; is undefinied   the .asmx and path is correctly defined,  any idea???</description>
		<content:encoded><![CDATA[<p>Show me a message,  &#8216;ServerUtilities&#8217; is undefinied   the .asmx and path is correctly defined,  any idea???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.unidevtech.com/index.php/2009/05/maintaining-the-active-tab-in-tabcontainer-control/comment-page-1/#comment-62</link>
		<dc:creator>George</dc:creator>
		<pubDate>Thu, 17 Sep 2009 13:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.unidevtech.com/?p=65#comment-62</guid>
		<description>Hi Nick,

&quot;using System.Web.Script.Services;&quot; can be found in ServerUtilities.cs file. 

The source code had been simplified for approving of the concept only. The tab changes can be identified by tab title. And the tab will stay same when the page is refreshed.

Any control can be added into a tab for a real application. To make it more obvious, I added a Label control on each tab in download source code. A different label will be shown when a tab is clicked now.

Again this is just for approving of the concept. If somebody want to learn how to use tabContainer, I would recommend him/her go to following link for details

http://www.asp.net/Ajax/Ajaxcontroltoolkit/samples/Tabs/Tabs.aspx

By the way, you may try to click Email tab on Tabs Demonstration in above URL and then refresh the page, you will see it will switch back to the first tab. This is the default behavior of the tabContainer and the problem this blog is working on...</description>
		<content:encoded><![CDATA[<p>Hi Nick,</p>
<p>&#8220;using System.Web.Script.Services;&#8221; can be found in ServerUtilities.cs file. </p>
<p>The source code had been simplified for approving of the concept only. The tab changes can be identified by tab title. And the tab will stay same when the page is refreshed.</p>
<p>Any control can be added into a tab for a real application. To make it more obvious, I added a Label control on each tab in download source code. A different label will be shown when a tab is clicked now.</p>
<p>Again this is just for approving of the concept. If somebody want to learn how to use tabContainer, I would recommend him/her go to following link for details</p>
<p><a href="http://www.asp.net/Ajax/Ajaxcontroltoolkit/samples/Tabs/Tabs.aspx" rel="nofollow">http://www.asp.net/Ajax/Ajaxcontroltoolkit/samples/Tabs/Tabs.aspx</a></p>
<p>By the way, you may try to click Email tab on Tabs Demonstration in above URL and then refresh the page, you will see it will switch back to the first tab. This is the default behavior of the tabContainer and the problem this blog is working on&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.unidevtech.com/index.php/2009/05/maintaining-the-active-tab-in-tabcontainer-control/comment-page-1/#comment-60</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Tue, 15 Sep 2009 18:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.unidevtech.com/?p=65#comment-60</guid>
		<description>You forgot to add this to your webservice C# code.

using System.Web.Script.Services;

Also, what is tc? Granted from your code I know tc is tabContainer, but give some more code for the noobs of the world. 

Plus when I use this code, nothing is working at all. I click a tab, it doesn&#039;t change. I click another tab, the tab that I clicked previously is then changed.</description>
		<content:encoded><![CDATA[<p>You forgot to add this to your webservice C# code.</p>
<p>using System.Web.Script.Services;</p>
<p>Also, what is tc? Granted from your code I know tc is tabContainer, but give some more code for the noobs of the world. </p>
<p>Plus when I use this code, nothing is working at all. I click a tab, it doesn&#8217;t change. I click another tab, the tab that I clicked previously is then changed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
