<?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 Victor's Programming Aid</title>
	<atom:link href="http://www.victorchen.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.victorchen.info</link>
	<description>An array of C#, PHP, and HTML programming articles, tutorials, and resources</description>
	<pubDate>Wed, 07 Jan 2009 05:01:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to Deselect All From a RadioButtonList in C# by jayant</title>
		<link>http://www.victorchen.info/how-to-deselect-all-from-a-radiobuttonlist-in-c/comment-page-1/#comment-15915</link>
		<dc:creator>jayant</dc:creator>
		<pubDate>Tue, 06 Jan 2009 12:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.victorchen.info/how-to-deselect-all-from-a-radiobuttonlist-in-c/#comment-15915</guid>
		<description>superb...</description>
		<content:encoded><![CDATA[<p>superb&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Rows to a DataTable in C# by Victor</title>
		<link>http://www.victorchen.info/add-rows-to-a-datatable-in-c/comment-page-1/#comment-15911</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Sat, 03 Jan 2009 16:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.victorchen.info/?p=49#comment-15911</guid>
		<description>It is possible and very easy. Instead of using dt.Rows.Add(myNewRow), you want to use dt.Rows.InsertAt(myNewRow, XX). Replace XX with the integer index (zero based) of the row you want the new row to be. All other rows will be shifted down. Thanks for leaving a comment!</description>
		<content:encoded><![CDATA[<p>It is possible and very easy. Instead of using dt.Rows.Add(myNewRow), you want to use dt.Rows.InsertAt(myNewRow, XX). Replace XX with the integer index (zero based) of the row you want the new row to be. All other rows will be shifted down. Thanks for leaving a comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Rows to a DataTable in C# by Anonymous</title>
		<link>http://www.victorchen.info/add-rows-to-a-datatable-in-c/comment-page-1/#comment-15910</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 03 Jan 2009 12:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.victorchen.info/?p=49#comment-15910</guid>
		<description>Hello!
Is it possible to manage new row to be first or last row in a DataTable?</description>
		<content:encoded><![CDATA[<p>Hello!<br />
Is it possible to manage new row to be first or last row in a DataTable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using C# Dictionary Collection by Enumerate Through Dictionary C#</title>
		<link>http://www.victorchen.info/using-c-dictionary-collection/comment-page-1/#comment-15909</link>
		<dc:creator>Enumerate Through Dictionary C#</dc:creator>
		<pubDate>Thu, 01 Jan 2009 18:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.victorchen.info/?p=517#comment-15909</guid>
		<description>[...] from a previous post on Using C# Dictionary Collection, the next most common tasks is enumerate through every element in the Dictionary. To begin, each [...]</description>
		<content:encoded><![CDATA[<p>[...] from a previous post on Using C# Dictionary Collection, the next most common tasks is enumerate through every element in the Dictionary. To begin, each [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Verify Email Address in PHP by PHP Programmer</title>
		<link>http://www.victorchen.info/verify-email-address-in-php/comment-page-1/#comment-15908</link>
		<dc:creator>PHP Programmer</dc:creator>
		<pubDate>Thu, 01 Jan 2009 15:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.victorchen.info/?p=160#comment-15908</guid>
		<description>This was very helpful, thanks! Im going to go try it now &#62;.&#60;</description>
		<content:encoded><![CDATA[<p>This was very helpful, thanks! Im going to go try it now &gt;.&lt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Find GridView Column Index With AccessibleHeaderText by deap</title>
		<link>http://www.victorchen.info/find-gridviews-column-index-with-accessibleheadertext/comment-page-1/#comment-15907</link>
		<dc:creator>deap</dc:creator>
		<pubDate>Sun, 28 Dec 2008 16:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.victorchen.info/find-gridviews-column-index-with-accessibleheadertext/#comment-15907</guid>
		<description>Good approach since no better seems to exist, however I decided to use the SortExpression property instead since that is almost always the same, or at least starts with, the data source column name anyway and it allows me to use the AccessibleHeaderText property as it is supposed to should it be demanded. Have a look at my blog; http://ondotnet.deap.nu/2008/12/some-words-about-gridviewrowdatabound.html</description>
		<content:encoded><![CDATA[<p>Good approach since no better seems to exist, however I decided to use the SortExpression property instead since that is almost always the same, or at least starts with, the data source column name anyway and it allows me to use the AccessibleHeaderText property as it is supposed to should it be demanded. Have a look at my blog; <a href="http://ondotnet.deap.nu/2008/12/some-words-about-gridviewrowdatabound.html" rel="nofollow">http://ondotnet.deap.nu/2008/12/some-words-about-gridviewrowdatabound.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a Bootable USB Memory Stick by Victor</title>
		<link>http://www.victorchen.info/create-a-bootable-usb-memory-stick/comment-page-1/#comment-15904</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Wed, 24 Dec 2008 22:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://victorchen.info/create-a-bootable-usb-memory-stick/#comment-15904</guid>
		<description>Glad I could help John!</description>
		<content:encoded><![CDATA[<p>Glad I could help John!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a Bootable USB Memory Stick by John</title>
		<link>http://www.victorchen.info/create-a-bootable-usb-memory-stick/comment-page-1/#comment-15903</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 24 Dec 2008 20:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://victorchen.info/create-a-bootable-usb-memory-stick/#comment-15903</guid>
		<description>Just wanted to said THANKS!!!</description>
		<content:encoded><![CDATA[<p>Just wanted to said THANKS!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Firefox 3: Force All New Windows to a New Tab by Mark Adams</title>
		<link>http://www.victorchen.info/firefox-3-force-all-new-windows-to-a-new-tab/comment-page-1/#comment-15896</link>
		<dc:creator>Mark Adams</dc:creator>
		<pubDate>Sat, 20 Dec 2008 02:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.victorchen.info/?p=336#comment-15896</guid>
		<description>Thanks! This was driving me crazy.</description>
		<content:encoded><![CDATA[<p>Thanks! This was driving me crazy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Find GridView Column Index With AccessibleHeaderText by Hiliimmicle</title>
		<link>http://www.victorchen.info/find-gridviews-column-index-with-accessibleheadertext/comment-page-1/#comment-15881</link>
		<dc:creator>Hiliimmicle</dc:creator>
		<pubDate>Fri, 19 Dec 2008 10:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.victorchen.info/find-gridviews-column-index-with-accessibleheadertext/#comment-15881</guid>
		<description>Hi people 
 
As a fresh www.victorchen.info user i only want to say hi to everyone else who uses this board :&#62;</description>
		<content:encoded><![CDATA[<p>Hi people </p>
<p>As a fresh <a href="http://www.victorchen.info" rel="nofollow">http://www.victorchen.info</a> user i only want to say hi to everyone else who uses this board :&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
