<?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 for Unidev .NET Technology Blog</title>
	<atom:link href="http://www.unidevtech.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unidevtech.com</link>
	<description>.NET Tips and .....</description>
	<lastBuildDate>Tue, 13 Oct 2009 13:15:23 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Process XML in C#.net by Bill Conniff</title>
		<link>http://www.unidevtech.com/index.php/2009/07/process-xml-in-aspnet/comment-page-1/#comment-74</link>
		<dc:creator>Bill Conniff</dc:creator>
		<pubDate>Tue, 13 Oct 2009 13:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.unidevtech.com/?p=108#comment-74</guid>
		<description>You might be interested in CAX, a caching xml parser, I developed. It sits on top of the XmlReader and  buffers and caches all parsed xml so you can go back and look at what has been parsed. It is intended for transforming large xml that is too big to fit in memory for classes that do xsl transformation.</description>
		<content:encoded><![CDATA[<p>You might be interested in CAX, a caching xml parser, I developed. It sits on top of the XmlReader and  buffers and caches all parsed xml so you can go back and look at what has been parsed. It is intended for transforming large xml that is too big to fit in memory for classes that do xsl transformation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maintaining the Active Tab in TabContainer Control 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>Comment on Maintaining the Active Tab in TabContainer Control 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>Comment on Maintaining the Active Tab in TabContainer Control 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>Comment on Maintaining the Active Tab in TabContainer Control 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>
	<item>
		<title>Comment on Coding Standards and SQL Mistakes by dsaff</title>
		<link>http://www.unidevtech.com/index.php/2009/06/coding-standards-and-sql-mistakes/comment-page-1/#comment-34</link>
		<dc:creator>dsaff</dc:creator>
		<pubDate>Fri, 03 Jul 2009 11:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.unidevtech.com/?p=97#comment-34</guid>
		<description>very nice</description>
		<content:encoded><![CDATA[<p>very nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Coding Standards and SQL Mistakes by Clint Edmonson</title>
		<link>http://www.unidevtech.com/index.php/2009/06/coding-standards-and-sql-mistakes/comment-page-1/#comment-11</link>
		<dc:creator>Clint Edmonson</dc:creator>
		<pubDate>Tue, 16 Jun 2009 18:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.unidevtech.com/?p=97#comment-11</guid>
		<description>Thanks Alan. I hope your readers will find the docs useful as a starting point for their own standards. Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks Alan. I hope your readers will find the docs useful as a starting point for their own standards. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Website Connectivity Woes and Woe-Nots by Unidev starts new Microsoft .NET development blog &#124; Unidev - Software Development</title>
		<link>http://www.unidevtech.com/index.php/2009/04/website-connectivity-woes-and-woe-nots/comment-page-1/#comment-1</link>
		<dc:creator>Unidev starts new Microsoft .NET development blog &#124; Unidev - Software Development</dc:creator>
		<pubDate>Sat, 02 May 2009 04:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.unidevtech.com/?p=49#comment-1</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
