<?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: Using UpdatePanels inside a Repeater</title>
	<atom:link href="http://btburnett.com/2008/03/using-updatepanels-inside-a-repeater.html/feed" rel="self" type="application/rss+xml" />
	<link>http://btburnett.com/2008/03/using-updatepanels-inside-a-repeater.html</link>
	<description></description>
	<lastBuildDate>Fri, 24 Feb 2012 06:41:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Brant Burnett</title>
		<link>http://btburnett.com/2008/03/using-updatepanels-inside-a-repeater.html/comment-page-1#comment-4</link>
		<dc:creator>Brant Burnett</dc:creator>
		<pubDate>Mon, 09 Jun 2008 15:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.btburnett.com/?p=5#comment-4</guid>
		<description>Bryan,&lt;br/&gt;&lt;br/&gt;This should work the same in C# as it does in VB.NET.  So in your ASP.NET page:&lt;br/&gt;&lt;br/&gt;For VB:&lt;br/&gt;&lt;br/&gt;DataBinder.GetPropertyValue(CType(Container, IDataItemContainer).DataItem, &quot;PropertyName&quot;)&lt;br/&gt;&lt;br/&gt;For C#:&lt;br/&gt;&lt;br/&gt;DataBinder.GetPropertyValue(((IDataItemContainer)Container).DataItem, &quot;PropertyName&quot;)</description>
		<content:encoded><![CDATA[<p>Bryan,</p>
<p>This should work the same in C# as it does in VB.NET.  So in your ASP.NET page:</p>
<p>For VB:</p>
<p>DataBinder.GetPropertyValue(CType(Container, IDataItemContainer).DataItem, &#8220;PropertyName&#8221;)</p>
<p>For C#:</p>
<p>DataBinder.GetPropertyValue(((IDataItemContainer)Container).DataItem, &#8220;PropertyName&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://btburnett.com/2008/03/using-updatepanels-inside-a-repeater.html/comment-page-1#comment-3</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Mon, 09 Jun 2008 11:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.btburnett.com/?p=5#comment-3</guid>
		<description>this sounds great... except do you have a solution for us C# users?</description>
		<content:encoded><![CDATA[<p>this sounds great&#8230; except do you have a solution for us C# users?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

