<?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: Binding A String to a Checkbox</title>
	<atom:link href="http://schotime.net/blog/index.php/2008/04/02/binding-a-string-to-a-checkbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://schotime.net/blog/index.php/2008/04/02/binding-a-string-to-a-checkbox/</link>
	<description>All Things .Net and Me</description>
	<lastBuildDate>Wed, 14 Dec 2011 23:12:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: DANIELLE CARVER</title>
		<link>http://schotime.net/blog/index.php/2008/04/02/binding-a-string-to-a-checkbox/comment-page-1/#comment-230</link>
		<dc:creator>DANIELLE CARVER</dc:creator>
		<pubDate>Tue, 01 Jun 2010 01:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://schotime.net/index.php/2008/04/02/binding-a-string-to-a-checkbox/#comment-230</guid>
		<description>I have been looking around schotime.net and really am impressed by the exceptional content here. I work the nightshift at my job and it is boring. I have been coming right here for the past couple nights and reading. I simply wanted to let you know that I have been enjoying what I have seen and I look ahead to reading more.</description>
		<content:encoded><![CDATA[<p>I have been looking around schotime.net and really am impressed by the exceptional content here. I work the nightshift at my job and it is boring. I have been coming right here for the past couple nights and reading. I simply wanted to let you know that I have been enjoying what I have seen and I look ahead to reading more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://schotime.net/blog/index.php/2008/04/02/binding-a-string-to-a-checkbox/comment-page-1/#comment-214</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Thu, 15 Apr 2010 13:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://schotime.net/index.php/2008/04/02/binding-a-string-to-a-checkbox/#comment-214</guid>
		<description>This is great!!  I like how how it was done, but I get a weird compiler error.  I must be overlooking something but I get the following error:

Compiler Error Message: CS0433: The type &#039;ServerControls.CheckBoxValue&#039; exists in both &#039;c:\Users\tony\AppData\Local\Temp\Temporary ASP.NET Files\root7df7580\d2b1a73c\assembly\dl3\e59233f7\ebe00f03_9fdcca01\MyAdmin.DLL&#039; and &#039;c:\Users\tony\AppData\Local\Temp\Temporary ASP.NET Files\root7df7580\d2b1a73c\App_Code.yrmbofkl.dll&#039;

Any help you can give on this specific error?

Thanks!!!</description>
		<content:encoded><![CDATA[<p>This is great!!  I like how how it was done, but I get a weird compiler error.  I must be overlooking something but I get the following error:</p>
<p>Compiler Error Message: CS0433: The type &#8216;ServerControls.CheckBoxValue&#8217; exists in both &#8216;c:\Users\tony\AppData\Local\Temp\Temporary ASP.NET Files\root7df7580\d2b1a73c\assembly\dl3\e59233f7\ebe00f03_9fdcca01\MyAdmin.DLL&#8217; and &#8216;c:\Users\tony\AppData\Local\Temp\Temporary ASP.NET Files\root7df7580\d2b1a73c\App_Code.yrmbofkl.dll&#8217;</p>
<p>Any help you can give on this specific error?</p>
<p>Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schotime</title>
		<link>http://schotime.net/blog/index.php/2008/04/02/binding-a-string-to-a-checkbox/comment-page-1/#comment-167</link>
		<dc:creator>Schotime</dc:creator>
		<pubDate>Wed, 25 Feb 2009 22:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://schotime.net/index.php/2008/04/02/binding-a-string-to-a-checkbox/#comment-167</guid>
		<description>What errors do you get? Works fine in production for me.</description>
		<content:encoded><![CDATA[<p>What errors do you get? Works fine in production for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://schotime.net/blog/index.php/2008/04/02/binding-a-string-to-a-checkbox/comment-page-1/#comment-165</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 25 Feb 2009 16:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://schotime.net/index.php/2008/04/02/binding-a-string-to-a-checkbox/#comment-165</guid>
		<description>There is a bug in this code.  In the Checked method the if statement should be as follows

 if (this.CheckedValue != null &amp;&amp; this.UnCheckedValue != null)

notice there shouldn&#039;t be the this.CheckedValue != null, but that should be in the set of the Value property</description>
		<content:encoded><![CDATA[<p>There is a bug in this code.  In the Checked method the if statement should be as follows</p>
<p> if (this.CheckedValue != null &amp;&amp; this.UnCheckedValue != null)</p>
<p>notice there shouldn&#8217;t be the this.CheckedValue != null, but that should be in the set of the Value property</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hiho</title>
		<link>http://schotime.net/blog/index.php/2008/04/02/binding-a-string-to-a-checkbox/comment-page-1/#comment-32</link>
		<dc:creator>Hiho</dc:creator>
		<pubDate>Fri, 19 Sep 2008 08:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://schotime.net/index.php/2008/04/02/binding-a-string-to-a-checkbox/#comment-32</guid>
		<description>Great !

I used it in a detailsview to bind &quot;1&quot; &amp; &quot;0&quot; values with the checkbox. Now my DetailsView supports 2 way databinding with the SqlDataSource. It seems that a classic CheckBox in a TemplateField can&#039;t bind itself because it hasn&#039;t the &quot;[Bindable(true)]&quot;.</description>
		<content:encoded><![CDATA[<p>Great !</p>
<p>I used it in a detailsview to bind &#8220;1&#8243; &amp; &#8220;0&#8243; values with the checkbox. Now my DetailsView supports 2 way databinding with the SqlDataSource. It seems that a classic CheckBox in a TemplateField can&#8217;t bind itself because it hasn&#8217;t the &#8220;[Bindable(true)]&#8220;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binding A String to a Checkbox - Adam Schroder</title>
		<link>http://schotime.net/blog/index.php/2008/04/02/binding-a-string-to-a-checkbox/comment-page-1/#comment-7</link>
		<dc:creator>Binding A String to a Checkbox - Adam Schroder</dc:creator>
		<pubDate>Wed, 02 Apr 2008 07:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://schotime.net/index.php/2008/04/02/binding-a-string-to-a-checkbox/#comment-7</guid>
		<description>[...] Click here to keep reading and get the code...  Posted: Apr 02 2008, 05:13 PM by schotime &#124; with no comments Filed under: ASP.NET, C#, Custom Controls [...]</description>
		<content:encoded><![CDATA[<p>[...] Click here to keep reading and get the code&#8230;  Posted: Apr 02 2008, 05:13 PM by schotime | with no comments Filed under: ASP.NET, C#, Custom Controls [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

