<?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 FindControl for a control in the ItemTemplate of a ListView</title>
	<atom:link href="http://www.joe-stevens.com/2009/09/18/using-findcontrol-for-a-control-in-the-itemtemplate-of-a-listview/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joe-stevens.com/2009/09/18/using-findcontrol-for-a-control-in-the-itemtemplate-of-a-listview/</link>
	<description>Everything .NET and C#</description>
	<lastBuildDate>Wed, 01 Feb 2012 21:25:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: peyman</title>
		<link>http://www.joe-stevens.com/2009/09/18/using-findcontrol-for-a-control-in-the-itemtemplate-of-a-listview/comment-page-1/#comment-21025</link>
		<dc:creator>peyman</dc:creator>
		<pubDate>Sun, 18 Sep 2011 08:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=252#comment-21025</guid>
		<description>Thanks a lot. This code saved my life::)))</description>
		<content:encoded><![CDATA[<p>Thanks a lot. This code saved my life::)))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alchemystic</title>
		<link>http://www.joe-stevens.com/2009/09/18/using-findcontrol-for-a-control-in-the-itemtemplate-of-a-listview/comment-page-1/#comment-20999</link>
		<dc:creator>alchemystic</dc:creator>
		<pubDate>Wed, 10 Aug 2011 17:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=252#comment-20999</guid>
		<description>Thank you, you save me a lot of time with your post.</description>
		<content:encoded><![CDATA[<p>Thank you, you save me a lot of time with your post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.joe-stevens.com/2009/09/18/using-findcontrol-for-a-control-in-the-itemtemplate-of-a-listview/comment-page-1/#comment-20800</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 12 Apr 2011 07:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=252#comment-20800</guid>
		<description>Lukas: Thanks for that, not sure how I missed that property

Ryan: Just use e.Item.FindControl(&quot;cblRoles&quot;) as Lukas suggested and you won&#039;t get the issue with the DataPager

Cheers
Joe</description>
		<content:encoded><![CDATA[<p>Lukas: Thanks for that, not sure how I missed that property</p>
<p>Ryan: Just use e.Item.FindControl(&#8220;cblRoles&#8221;) as Lukas suggested and you won&#8217;t get the issue with the DataPager</p>
<p>Cheers<br />
Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.joe-stevens.com/2009/09/18/using-findcontrol-for-a-control-in-the-itemtemplate-of-a-listview/comment-page-1/#comment-20799</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 11 Apr 2011 02:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=252#comment-20799</guid>
		<description>I tried it and it worked great, however when I added a DataPager to the ListView, upon clicking an item on page 2 it threw an error. Any suggestions?</description>
		<content:encoded><![CDATA[<p>I tried it and it worked great, however when I added a DataPager to the ListView, upon clicking an item on page 2 it threw an error. Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lukas</title>
		<link>http://www.joe-stevens.com/2009/09/18/using-findcontrol-for-a-control-in-the-itemtemplate-of-a-listview/comment-page-1/#comment-8419</link>
		<dc:creator>Lukas</dc:creator>
		<pubDate>Tue, 14 Dec 2010 13:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=252#comment-8419</guid>
		<description>You could also use e.Item.FindControl(&quot;cblRoles&quot;).

This will find the control in the item that caused the ItemCommand event.</description>
		<content:encoded><![CDATA[<p>You could also use e.Item.FindControl(&#8220;cblRoles&#8221;).</p>
<p>This will find the control in the item that caused the ItemCommand event.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ngala Talla</title>
		<link>http://www.joe-stevens.com/2009/09/18/using-findcontrol-for-a-control-in-the-itemtemplate-of-a-listview/comment-page-1/#comment-6271</link>
		<dc:creator>Ngala Talla</dc:creator>
		<pubDate>Wed, 10 Nov 2010 19:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=252#comment-6271</guid>
		<description>Thanks Joe . This piece was Just what  I was looking for. I will really want to know why it works . Continue with the good work
 My regards</description>
		<content:encoded><![CDATA[<p>Thanks Joe . This piece was Just what  I was looking for. I will really want to know why it works . Continue with the good work<br />
 My regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.joe-stevens.com/2009/09/18/using-findcontrol-for-a-control-in-the-itemtemplate-of-a-listview/comment-page-1/#comment-4044</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 01 Oct 2010 23:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=252#comment-4044</guid>
		<description>Glad it helped mate

Joe</description>
		<content:encoded><![CDATA[<p>Glad it helped mate</p>
<p>Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.joe-stevens.com/2009/09/18/using-findcontrol-for-a-control-in-the-itemtemplate-of-a-listview/comment-page-1/#comment-3467</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 13 Sep 2010 00:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=252#comment-3467</guid>
		<description>I just came across this page today, and it was a life-saver!  I was having issues finding controls in a ListView ItemTemplate, and this solved it!</description>
		<content:encoded><![CDATA[<p>I just came across this page today, and it was a life-saver!  I was having issues finding controls in a ListView ItemTemplate, and this solved it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Access a control by ID From Within a Databound Control</title>
		<link>http://www.joe-stevens.com/2009/09/18/using-findcontrol-for-a-control-in-the-itemtemplate-of-a-listview/comment-page-1/#comment-502</link>
		<dc:creator>Access a control by ID From Within a Databound Control</dc:creator>
		<pubDate>Tue, 03 Nov 2009 12:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=252#comment-502</guid>
		<description>[...] Using FindControl for a control in the ItemTemplate of a ListView &#8230; &#8211; I&#8217;ve been playing around with the ListView control recently and am quite impressed with it. I like how it gives full control over the markup used as apposed. [...]</description>
		<content:encoded><![CDATA[<p>[...] Using FindControl for a control in the ItemTemplate of a ListView &#8230; &#8211; I&#8217;ve been playing around with the ListView control recently and am quite impressed with it. I like how it gives full control over the markup used as apposed. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

