<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Automatically adding ValidatorCalloutExtenders to your validators</title>
	<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>
	<pubDate>Tue, 06 Jan 2009 01:06:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Garry</title>
		<link>http://www.codedblog.com/2008/07/16/automatically-adding-validatorcalloutextenders-to-your-validators/#comment-3055</link>
		<author>Garry</author>
		<pubDate>Thu, 16 Oct 2008 09:37:04 +0000</pubDate>
		<guid>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. &#60;% ... %&#62;).

using Databing Expressions (&#60;%# %&#62; instead of &#60;%= %&#62;)</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. < % ... <span>>).</p>
<p>using Databing Expressions (< </span># <span>> instead of < </span>= %>)</span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garry</title>
		<link>http://www.codedblog.com/2008/07/16/automatically-adding-validatorcalloutextenders-to-your-validators/#comment-3053</link>
		<author>Garry</author>
		<pubDate>Thu, 16 Oct 2008 01:54:27 +0000</pubDate>
		<guid>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'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</p>
<p>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-2892</link>
		<author>web lover</author>
		<pubDate>Mon, 22 Sep 2008 08:47:36 +0000</pubDate>
		<guid>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>
