<?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: Automatically adding ValidatorCalloutExtenders to your validators</title>
	<atom:link href="http://www.codedblog.com/2008/07/16/automatically-adding-validatorcalloutextenders-to-your-validators/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codedblog.com/2008/07/16/automatically-adding-validatorcalloutextenders-to-your-validators/</link>
	<description>C#, ASP.NET, Google, Remoting, AJAX, Silverlight, Web Development</description>
	<lastBuildDate>Sat, 02 Oct 2010 13:04:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Garry</title>
		<link>http://www.codedblog.com/2008/07/16/automatically-adding-validatorcalloutextenders-to-your-validators/comment-page-1/#comment-3055</link>
		<dc:creator>Garry</dc:creator>
		<pubDate>Thu, 16 Oct 2008 09:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.codedblog.com/2008/07/16/automatically-adding-validatorcalloutextenders-to-your-validators/#comment-3055</guid>
		<description>And for the following exception:
The Controls collection cannot be modified because the control contains code blocks (i.e. &lt;% ... %&gt;).

using Databing Expressions (&lt;%# %&gt; instead of &lt;%= %&gt;)</description>
		<content:encoded><![CDATA[<p>And for the following exception:<br />
The Controls collection cannot be modified because the control contains code blocks (i.e. &lt;% ... &gt;).<br />
	using Databing Expressions (&lt;# &gt; instead of &lt;= %&gt;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garry</title>
		<link>http://www.codedblog.com/2008/07/16/automatically-adding-validatorcalloutextenders-to-your-validators/comment-page-1/#comment-3053</link>
		<dc:creator>Garry</dc:creator>
		<pubDate>Thu, 16 Oct 2008 01:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.codedblog.com/2008/07/16/automatically-adding-validatorcalloutextenders-to-your-validators/#comment-3053</guid>
		<description>Instead of using the Page.FindControlRecursive method, you can add the extended control to the validator parent&#039;s control collection

i.e. 
validator.Parent.Controls.Add( newExtenderControl );</description>
		<content:encoded><![CDATA[<p>Instead of using the Page.FindControlRecursive method, you can add the extended control to the validator parent&#8217;s control collection<br />
	i.e.<br />
validator.Parent.Controls.Add( newExtenderControl );</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: web lover</title>
		<link>http://www.codedblog.com/2008/07/16/automatically-adding-validatorcalloutextenders-to-your-validators/comment-page-1/#comment-2892</link>
		<dc:creator>web lover</dc:creator>
		<pubDate>Mon, 22 Sep 2008 08:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.codedblog.com/2008/07/16/automatically-adding-validatorcalloutextenders-to-your-validators/#comment-2892</guid>
		<description>Good bit of information of on validators. Really informative one.</description>
		<content:encoded><![CDATA[<p>Good bit of information of on validators. Really informative one.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

