<?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 for Frank Coding</title>
	<atom:link href="http://www.frankwisniewski.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.frankwisniewski.net</link>
	<description>,NET, C#, and other Cool Stuff</description>
	<lastBuildDate>Sun, 25 Dec 2011 23:31:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on How to make a CheckBox fire the ItemCommand Event of a Repeater by implantacion de sistemas</title>
		<link>http://www.frankwisniewski.net/2011/12/how-to-make-a-checkbox-fire-the-itemcommand-event-of-a-repeater/#comment-6</link>
		<dc:creator>implantacion de sistemas</dc:creator>
		<pubDate>Sun, 25 Dec 2011 23:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.frankwisniewski.net/2011/12/how-to-make-a-checkbox-fire-the-itemcommand-event-of-a-repeater/#comment-6</guid>
		<description>Thanks a bunch for sharing this with all of us you really realize what you&#039;re talking about! Bookmarked. Kindly also consult with my site =). We could have a link change arrangement between us</description>
		<content:encoded><![CDATA[<p>Thanks a bunch for sharing this with all of us you really realize what you&#8217;re talking about! Bookmarked. Kindly also consult with my site =). We could have a link change arrangement between us</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make a CheckBox fire the ItemCommand Event of a Repeater by Steve</title>
		<link>http://www.frankwisniewski.net/2011/12/how-to-make-a-checkbox-fire-the-itemcommand-event-of-a-repeater/#comment-2</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 12 Dec 2011 13:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.frankwisniewski.net/2011/12/how-to-make-a-checkbox-fire-the-itemcommand-event-of-a-repeater/#comment-2</guid>
		<description>Hi,

I think this is a neater way of doing it;

[ConfigurationProperty(&quot;GroupName&quot;, IsRequired = true)]
public string Value
{
get
{
return (string)base.ElementInformation.Properties[&quot;GroupName&quot;].Value;
}
set
{
base.ElementInformation.Properties[&quot;GroupName&quot;].Value = value;
}
}</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I think this is a neater way of doing it;</p>
<p>[ConfigurationProperty("GroupName", IsRequired = true)]<br />
public string Value<br />
{<br />
get<br />
{<br />
return (string)base.ElementInformation.Properties["GroupName"].Value;<br />
}<br />
set<br />
{<br />
base.ElementInformation.Properties["GroupName"].Value = value;<br />
}<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

