<?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: Programmatically reading value from Yes / No field (checkbox)</title>
	<atom:link href="http://code-journey.com/2008/12/09/programmatically-reading-value-from-yes-no-field-checkbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://code-journey.com/2008/12/09/programmatically-reading-value-from-yes-no-field-checkbox/</link>
	<description>Mostly SharePoint</description>
	<lastBuildDate>Thu, 05 Aug 2010 21:12:56 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Saranga</title>
		<link>http://code-journey.com/2008/12/09/programmatically-reading-value-from-yes-no-field-checkbox/comment-page-1/#comment-197</link>
		<dc:creator>Saranga</dc:creator>
		<pubDate>Tue, 22 Sep 2009 09:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://code-journey.com/?p=101#comment-197</guid>
		<description>if (Convert.ToBoolean(itemCollection[0][&quot;IsToDo?&quot;].ToString()) == true)
{
      // go something
}
this work for me !!!</description>
		<content:encoded><![CDATA[<p>if (Convert.ToBoolean(itemCollection[0]["IsToDo?"].ToString()) == true)<br />
{<br />
      // go something<br />
}<br />
this work for me !!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
