<?xml version="1.0" encoding="UTF-8"?>
<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"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>StainedSole</title>
	<atom:link href="http://stainedsole.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://stainedsole.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<pubDate>Sat, 17 May 2008 03:34:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>selecting distinct row by column in Datatable</title>
		<link>http://stainedsole.wordpress.com/2008/05/17/selecting-distinct-row-by-column-in-datatable/</link>
		<comments>http://stainedsole.wordpress.com/2008/05/17/selecting-distinct-row-by-column-in-datatable/#comments</comments>
		<pubDate>Sat, 17 May 2008 03:34:30 +0000</pubDate>
		<dc:creator>Vishal Reddy</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[C#]]></category>

		<category><![CDATA[datatable]]></category>

		<category><![CDATA[distinct]]></category>

		<category><![CDATA[distinct datatable]]></category>

		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://stainedsole.wordpress.com/?p=41</guid>
		<description><![CDATA[this is an amasing set of codes which can help programmers to query for distinct rows in datatable by column(s) from humancompiler. I did little bit of tweaking or match one of my projects needs.
Here i am posting the code below:
VB
 
Public Shared Function SelectDistinct(ByVal SourceTable As DataTable, ByVal ParamArray FieldNames() As String) As DataTable
Dim [...]]]></description>
		<wfw:commentRss>http://stainedsole.wordpress.com/2008/05/17/selecting-distinct-row-by-column-in-datatable/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vishalsreddy-128.jpg" medium="image">
			<media:title type="html">Xbit</media:title>
		</media:content>
	</item>
		<item>
		<title>Unable to read the project file. The system cannot find the path specified.</title>
		<link>http://stainedsole.wordpress.com/2008/05/07/unable-to-read-the-project-file-the-system-cannot-find-the-path-specified/</link>
		<comments>http://stainedsole.wordpress.com/2008/05/07/unable-to-read-the-project-file-the-system-cannot-find-the-path-specified/#comments</comments>
		<pubDate>Wed, 07 May 2008 03:15:20 +0000</pubDate>
		<dc:creator>Vishal Reddy</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[asp.net 1.1]]></category>

		<category><![CDATA[C#]]></category>

		<category><![CDATA[errors]]></category>

		<category><![CDATA[source safe]]></category>

		<guid isPermaLink="false">http://stainedsole.wordpress.com/?p=40</guid>
		<description><![CDATA[I have come across this problem many time always forgotten how I solved it. This might be 5th -6th time I had faced this problem where I cannot load 1 or 2 projects while others load properly and irritating me. I usually get this problem when getting my files from the Source Safe. While I [...]]]></description>
		<wfw:commentRss>http://stainedsole.wordpress.com/2008/05/07/unable-to-read-the-project-file-the-system-cannot-find-the-path-specified/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vishalsreddy-128.jpg" medium="image">
			<media:title type="html">Xbit</media:title>
		</media:content>
	</item>
		<item>
		<title>Role-based Security with Forms Authentication in ASP.NET 1.1</title>
		<link>http://stainedsole.wordpress.com/2008/04/10/role-based-security-with-forms-authentication-in-aspnet-11/</link>
		<comments>http://stainedsole.wordpress.com/2008/04/10/role-based-security-with-forms-authentication-in-aspnet-11/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 02:23:49 +0000</pubDate>
		<dc:creator>Vishal Reddy</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[C#]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[.Net 1.1]]></category>

		<category><![CDATA[Authentication]]></category>

		<category><![CDATA[Form]]></category>

		<category><![CDATA[Role]]></category>

		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://stainedsole.wordpress.com/?p=38</guid>
		<description><![CDATA[Introduction
Forms Authentication in ASP.NET can be a powerful feature. With very little  code and effort, you can have a simple authentication system that is  platform-agnostic. If your needs are more complex, however, and require more  efficient controls over assets, you need the flexibility of groups. Windows  Authentication gives you this flexibility, [...]]]></description>
		<wfw:commentRss>http://stainedsole.wordpress.com/2008/04/10/role-based-security-with-forms-authentication-in-aspnet-11/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vishalsreddy-128.jpg" medium="image">
			<media:title type="html">Xbit</media:title>
		</media:content>
	</item>
		<item>
		<title>Can&#8217;t Play Flv files from Windows 2003 Server</title>
		<link>http://stainedsole.wordpress.com/2008/02/18/cant-play-flv-files-from-windows-2003-server/</link>
		<comments>http://stainedsole.wordpress.com/2008/02/18/cant-play-flv-files-from-windows-2003-server/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 22:20:46 +0000</pubDate>
		<dc:creator>Vishal Reddy</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stainedsole.wordpress.com/?p=37</guid>
		<description><![CDATA[Problem
One of the problem I found when working with flv files was when I tried to host a video gallery website in a windows 2003 server. While FLV is a relatively new file format used for Adobe Flash video files. By default, the flv type does not work with windows 2003 server IIS. In order [...]]]></description>
		<wfw:commentRss>http://stainedsole.wordpress.com/2008/02/18/cant-play-flv-files-from-windows-2003-server/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vishalsreddy-128.jpg" medium="image">
			<media:title type="html">Xbit</media:title>
		</media:content>
	</item>
		<item>
		<title>Cookieless forms authentication</title>
		<link>http://stainedsole.wordpress.com/2008/02/12/cookieless-forms-authentication/</link>
		<comments>http://stainedsole.wordpress.com/2008/02/12/cookieless-forms-authentication/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 00:47:40 +0000</pubDate>
		<dc:creator>Vishal Reddy</dc:creator>
		
		<category><![CDATA[Web logs]]></category>

		<guid isPermaLink="false">http://stainedsole.wordpress.com/?p=36</guid>
		<description><![CDATA[Recently, I came across this article in CodeProject and found it interesting to share it others.

Why, when?
They say, its not possible. Well it is, and relatively easy to accomplish!
Lot of companies and people want to exclude cookie usage from their lives.  Partly because its said to be insecure, partly because they see no reason [...]]]></description>
		<wfw:commentRss>http://stainedsole.wordpress.com/2008/02/12/cookieless-forms-authentication/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vishalsreddy-128.jpg" medium="image">
			<media:title type="html">Xbit</media:title>
		</media:content>
	</item>
	</channel>
</rss>