<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: ASP.NET 2.0 DataBinding Examined</title>
	<atom:link href="http://ajdotnet.wordpress.com/2006/07/17/aspnet-20-databinding-examined/feed/" rel="self" type="application/rss+xml" />
	<link>http://ajdotnet.wordpress.com/2006/07/17/aspnet-20-databinding-examined/</link>
	<description>Thoughts and informations I think worthwhile to share...</description>
	<lastBuildDate>Fri, 18 Sep 2009 01:42:12 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Manueli</title>
		<link>http://ajdotnet.wordpress.com/2006/07/17/aspnet-20-databinding-examined/#comment-8211</link>
		<dc:creator>Manueli</dc:creator>
		<pubDate>Mon, 06 Jul 2009 10:24:42 +0000</pubDate>
		<guid isPermaLink="false">https://ajdotnet.wordpress.com/2006/07/17/aspnet-20-databinding-examined/#comment-8211</guid>
		<description>lol... i am always smileing! 8),</description>
		<content:encoded><![CDATA[<p>lol&#8230; i am always smileing! 8),</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rem</title>
		<link>http://ajdotnet.wordpress.com/2006/07/17/aspnet-20-databinding-examined/#comment-8129</link>
		<dc:creator>rem</dc:creator>
		<pubDate>Sun, 16 Nov 2008 08:10:18 +0000</pubDate>
		<guid isPermaLink="false">https://ajdotnet.wordpress.com/2006/07/17/aspnet-20-databinding-examined/#comment-8129</guid>
		<description>Helpfull blog...</description>
		<content:encoded><![CDATA[<p>Helpfull blog&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Welch</title>
		<link>http://ajdotnet.wordpress.com/2006/07/17/aspnet-20-databinding-examined/#comment-8098</link>
		<dc:creator>Mike Welch</dc:creator>
		<pubDate>Tue, 15 Jul 2008 18:57:32 +0000</pubDate>
		<guid isPermaLink="false">https://ajdotnet.wordpress.com/2006/07/17/aspnet-20-databinding-examined/#comment-8098</guid>
		<description>Totally agree with the other posters. Something I thought would be so easy resulted in hours of searching. Finally came across this, works great. Thanks for posting this answer.</description>
		<content:encoded><![CDATA[<p>Totally agree with the other posters. Something I thought would be so easy resulted in hours of searching. Finally came across this, works great. Thanks for posting this answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chivinou [ʃivinu] &#187; ASP.NET FormView DataBinding with ObjectDataSource - Take 1</title>
		<link>http://ajdotnet.wordpress.com/2006/07/17/aspnet-20-databinding-examined/#comment-8001</link>
		<dc:creator>Chivinou [ʃivinu] &#187; ASP.NET FormView DataBinding with ObjectDataSource - Take 1</dc:creator>
		<pubDate>Tue, 26 Feb 2008 02:32:00 +0000</pubDate>
		<guid isPermaLink="false">https://ajdotnet.wordpress.com/2006/07/17/aspnet-20-databinding-examined/#comment-8001</guid>
		<description>[...] Specifically for .NET 2.0 databinding, the most informative post I have found about the Bind() construction [...]</description>
		<content:encoded><![CDATA[<p>[...] Specifically for .NET 2.0 databinding, the most informative post I have found about the Bind() construction [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Sullivan</title>
		<link>http://ajdotnet.wordpress.com/2006/07/17/aspnet-20-databinding-examined/#comment-3792</link>
		<dc:creator>Chris Sullivan</dc:creator>
		<pubDate>Fri, 13 Jul 2007 14:00:46 +0000</pubDate>
		<guid isPermaLink="false">https://ajdotnet.wordpress.com/2006/07/17/aspnet-20-databinding-examined/#comment-3792</guid>
		<description>Excellent post and certainly helped clarify things. We want to be able to (pre or post) determine the textbox binding on a formview from what you are saying this is not possible. The best solution we have come up with so far is to include meta data within the datasource (we take the data in the object datasource and decorate it) and/or use hint mapping. We did the hint mapping via a custom control (custom textbox) but would prefer to be able to obtain the binding directly - any further information gratefully received.

Thanks.</description>
		<content:encoded><![CDATA[<p>Excellent post and certainly helped clarify things. We want to be able to (pre or post) determine the textbox binding on a formview from what you are saying this is not possible. The best solution we have come up with so far is to include meta data within the datasource (we take the data in the object datasource and decorate it) and/or use hint mapping. We did the hint mapping via a custom control (custom textbox) but would prefer to be able to obtain the binding directly &#8211; any further information gratefully received.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chui's counterpoint</title>
		<link>http://ajdotnet.wordpress.com/2006/07/17/aspnet-20-databinding-examined/#comment-3342</link>
		<dc:creator>Chui's counterpoint</dc:creator>
		<pubDate>Tue, 12 Jun 2007 01:42:25 +0000</pubDate>
		<guid isPermaLink="false">https://ajdotnet.wordpress.com/2006/07/17/aspnet-20-databinding-examined/#comment-3342</guid>
		<description>&lt;strong&gt;ASP.net 2.0 Data Binding Internals&lt;/strong&gt;

Alexander Jung has a post outlining how ASP.net 2.0 data binding is implemented using code generation. A more detailed look at ASP.net 2.0 databinding internals is available at DotNetDan. Looking at the generated code, it surprised me that the Bind() m...</description>
		<content:encoded><![CDATA[<p><strong>ASP.net 2.0 Data Binding Internals</strong></p>
<p>Alexander Jung has a post outlining how ASP.net 2.0 data binding is implemented using code generation. A more detailed look at ASP.net 2.0 databinding internals is available at DotNetDan. Looking at the generated code, it surprised me that the Bind() m&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal Talaga</title>
		<link>http://ajdotnet.wordpress.com/2006/07/17/aspnet-20-databinding-examined/#comment-767</link>
		<dc:creator>Michal Talaga</dc:creator>
		<pubDate>Tue, 06 Feb 2007 17:58:34 +0000</pubDate>
		<guid isPermaLink="false">https://ajdotnet.wordpress.com/2006/07/17/aspnet-20-databinding-examined/#comment-767</guid>
		<description>Great! I knew about the way Eval is being used, but I was wandering how the go about Bind, now I know. I preferred not knowing :-(</description>
		<content:encoded><![CDATA[<p>Great! I knew about the way Eval is being used, but I was wandering how the go about Bind, now I know. I preferred not knowing <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Ignacio Gelos</title>
		<link>http://ajdotnet.wordpress.com/2006/07/17/aspnet-20-databinding-examined/#comment-347</link>
		<dc:creator>Juan Ignacio Gelos</dc:creator>
		<pubDate>Sat, 06 Jan 2007 05:49:26 +0000</pubDate>
		<guid isPermaLink="false">https://ajdotnet.wordpress.com/2006/07/17/aspnet-20-databinding-examined/#comment-347</guid>
		<description>This was the first reasonable, explicit, and concise description of what the Bind method does I have found on the web after searching for the info for about 3hs (5 mins ago I was thinking I would pay to see what the generated code was...).

Thanks.

BTW, seeing what this does, I decided to stay away from FormView/DetailViews.</description>
		<content:encoded><![CDATA[<p>This was the first reasonable, explicit, and concise description of what the Bind method does I have found on the web after searching for the info for about 3hs (5 mins ago I was thinking I would pay to see what the generated code was&#8230;).</p>
<p>Thanks.</p>
<p>BTW, seeing what this does, I decided to stay away from FormView/DetailViews.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
