<?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: How to Avoid Duplicate Rows In DataTable</title>
	<atom:link href="http://www.warfiblog.com/how-to-avoid-duplicate-rows-in-datatable/feed" rel="self" type="application/rss+xml" />
	<link>http://www.warfiblog.com/how-to-avoid-duplicate-rows-in-datatable</link>
	<description>&#34;There is no delight in owning anything unshared&#34; - Lucius Annaeus Seneca</description>
	<lastBuildDate>Wed, 21 Dec 2011 08:53:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Parthiban</title>
		<link>http://www.warfiblog.com/how-to-avoid-duplicate-rows-in-datatable/comment-page-1#comment-2120</link>
		<dc:creator>Parthiban</dc:creator>
		<pubDate>Tue, 15 Dec 2009 14:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.warfiblog.com/?p=168#comment-2120</guid>
		<description>You can use more than one column too in second parameter like,

ds.Tables[&quot;MyTable&quot;].DefaultView.ToTable(true,”column_name1”,”column_name2”);

So that u can get the distinct rows with many columns.</description>
		<content:encoded><![CDATA[<p>You can use more than one column too in second parameter like,</p>
<p>ds.Tables["MyTable"].DefaultView.ToTable(true,”column_name1”,”column_name2”);</p>
<p>So that u can get the distinct rows with many columns.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.warfiblog.com/how-to-avoid-duplicate-rows-in-datatable/comment-page-1#comment-1023</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 24 Jun 2009 14:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.warfiblog.com/?p=168#comment-1023</guid>
		<description>Yeah qasim, that&#039;s why I have mentioned the limitation as well so that reader knows the limitation before proceeding further on the solution.</description>
		<content:encoded><![CDATA[<p>Yeah qasim, that&#8217;s why I have mentioned the limitation as well so that reader knows the limitation before proceeding further on the solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Qasim Raza</title>
		<link>http://www.warfiblog.com/how-to-avoid-duplicate-rows-in-datatable/comment-page-1#comment-999</link>
		<dc:creator>Qasim Raza</dc:creator>
		<pubDate>Mon, 18 May 2009 13:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.warfiblog.com/?p=168#comment-999</guid>
		<description>But the problem with this is that it only returns one column for example.
if you have a table with column
employee_name,  employee_address,  employee_department
and data
-------------------------------------------------------
Waseem           abc, lahore       IT
Waseem           abc, Islamabad    Finance


and you want to get the complete distinct row based on employee name then it will only return employee name in result not the complete row.

Is there a way to apply distinct filter on dataset or datatable so that we can get complete distinct row</description>
		<content:encoded><![CDATA[<p>But the problem with this is that it only returns one column for example.<br />
if you have a table with column<br />
employee_name,  employee_address,  employee_department<br />
and data<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Waseem           abc, lahore       IT<br />
Waseem           abc, Islamabad    Finance</p>
<p>and you want to get the complete distinct row based on employee name then it will only return employee name in result not the complete row.</p>
<p>Is there a way to apply distinct filter on dataset or datatable so that we can get complete distinct row</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I Shed T h i r t y P o u n d s in Thirty Days</title>
		<link>http://www.warfiblog.com/how-to-avoid-duplicate-rows-in-datatable/comment-page-1#comment-956</link>
		<dc:creator>I Shed T h i r t y P o u n d s in Thirty Days</dc:creator>
		<pubDate>Wed, 06 May 2009 05:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.warfiblog.com/?p=168#comment-956</guid>
		<description>Hi, interesting post. I have been wondering about this issue,so thanks for posting. I&#039;ll likely be subscribing to your site. Keep up great writing</description>
		<content:encoded><![CDATA[<p>Hi, interesting post. I have been wondering about this issue,so thanks for posting. I&#8217;ll likely be subscribing to your site. Keep up great writing</p>
]]></content:encoded>
	</item>
</channel>
</rss>

