<?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: Creating a Composite Server Control with ASP.NET</title>
	<atom:link href="http://www.joe-stevens.com/2010/04/16/creating-a-composite-server-control-with-asp-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joe-stevens.com/2010/04/16/creating-a-composite-server-control-with-asp-net/</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: ahmed Othman</title>
		<link>http://www.joe-stevens.com/2010/04/16/creating-a-composite-server-control-with-asp-net/comment-page-1/#comment-21285</link>
		<dc:creator>ahmed Othman</dc:creator>
		<pubDate>Tue, 06 Dec 2011 22:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=465#comment-21285</guid>
		<description>thank you so much because this article that make me sipmlify and understand the topic for all easly</description>
		<content:encoded><![CDATA[<p>thank you so much because this article that make me sipmlify and understand the topic for all easly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.joe-stevens.com/2010/04/16/creating-a-composite-server-control-with-asp-net/comment-page-1/#comment-21256</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 02 Nov 2011 04:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=465#comment-21256</guid>
		<description>Hi Nagaraj

LoginClicked is a custom event on my server control and EventHandler is a default delegate used for events. There is also a generic version for when you need your own event argument class.

You should probably do some reading on C# events as they are quite a fundamental aspect of programming with the framework.

Cheers
Joe</description>
		<content:encoded><![CDATA[<p>Hi Nagaraj</p>
<p>LoginClicked is a custom event on my server control and EventHandler is a default delegate used for events. There is also a generic version for when you need your own event argument class.</p>
<p>You should probably do some reading on C# events as they are quite a fundamental aspect of programming with the framework.</p>
<p>Cheers<br />
Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nagaraj</title>
		<link>http://www.joe-stevens.com/2010/04/16/creating-a-composite-server-control-with-asp-net/comment-page-1/#comment-21255</link>
		<dc:creator>Nagaraj</dc:creator>
		<pubDate>Tue, 01 Nov 2011 04:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=465#comment-21255</guid>
		<description>Hai
   This was Superb.. It was very helpful to me...
But i little bit cannot unserstand the EventHandlers like

public event EventHandler LoginClicked; 

and later statements 

Please help me sir...

thanking you</description>
		<content:encoded><![CDATA[<p>Hai<br />
   This was Superb.. It was very helpful to me&#8230;<br />
But i little bit cannot unserstand the EventHandlers like</p>
<p>public event EventHandler LoginClicked; </p>
<p>and later statements </p>
<p>Please help me sir&#8230;</p>
<p>thanking you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinesha</title>
		<link>http://www.joe-stevens.com/2010/04/16/creating-a-composite-server-control-with-asp-net/comment-page-1/#comment-21060</link>
		<dc:creator>Dinesha</dc:creator>
		<pubDate>Wed, 19 Oct 2011 05:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=465#comment-21060</guid>
		<description>Wow wonderfull article ..verry helpfull..</description>
		<content:encoded><![CDATA[<p>Wow wonderfull article ..verry helpfull..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.joe-stevens.com/2010/04/16/creating-a-composite-server-control-with-asp-net/comment-page-1/#comment-21036</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Mon, 03 Oct 2011 06:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=465#comment-21036</guid>
		<description>Tvp

Sounds like the page is being rendered incorrectly. How and where are you doing the post cache substitution? If you post a link to your code I can take a look.

Cheers
Joe</description>
		<content:encoded><![CDATA[<p>Tvp</p>
<p>Sounds like the page is being rendered incorrectly. How and where are you doing the post cache substitution? If you post a link to your code I can take a look.</p>
<p>Cheers<br />
Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tvp</title>
		<link>http://www.joe-stevens.com/2010/04/16/creating-a-composite-server-control-with-asp-net/comment-page-1/#comment-21028</link>
		<dc:creator>tvp</dc:creator>
		<pubDate>Thu, 22 Sep 2011 10:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=465#comment-21028</guid>
		<description>Hi Joe,

Great article! However, I got problem with the RenderContents when applying post-cache substitution to my composite control where btnLogin (as in your example) could not render its content. Error message says that btnLogin must be placed inside a form tag with runat=server from second request (not the first request).

Please can you help out?
Thanks,
tvp</description>
		<content:encoded><![CDATA[<p>Hi Joe,</p>
<p>Great article! However, I got problem with the RenderContents when applying post-cache substitution to my composite control where btnLogin (as in your example) could not render its content. Error message says that btnLogin must be placed inside a form tag with runat=server from second request (not the first request).</p>
<p>Please can you help out?<br />
Thanks,<br />
tvp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean</title>
		<link>http://www.joe-stevens.com/2010/04/16/creating-a-composite-server-control-with-asp-net/comment-page-1/#comment-21020</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Thu, 01 Sep 2011 01:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=465#comment-21020</guid>
		<description>Great article, very easy to follow. Thanks!</description>
		<content:encoded><![CDATA[<p>Great article, very easy to follow. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rimasx</title>
		<link>http://www.joe-stevens.com/2010/04/16/creating-a-composite-server-control-with-asp-net/comment-page-1/#comment-21011</link>
		<dc:creator>rimasx</dc:creator>
		<pubDate>Tue, 16 Aug 2011 19:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=465#comment-21011</guid>
		<description>Wery helpful
Thank you</description>
		<content:encoded><![CDATA[<p>Wery helpful<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: omer</title>
		<link>http://www.joe-stevens.com/2010/04/16/creating-a-composite-server-control-with-asp-net/comment-page-1/#comment-17334</link>
		<dc:creator>omer</dc:creator>
		<pubDate>Thu, 27 Jan 2011 23:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=465#comment-17334</guid>
		<description>I think this is the best article about custom server controls on web.Very helpfull.Thank you</description>
		<content:encoded><![CDATA[<p>I think this is the best article about custom server controls on web.Very helpfull.Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>

