<?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: Disabling GridView Validation</title>
	<atom:link href="http://www.ytechie.com/2008/03/disabling-gridview-validation.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ytechie.com/2008/03/disabling-gridview-validation.html</link>
	<description>Productive software development using ASP.NET, C#, Adobe Flex, and other technologies and tools.</description>
	<lastBuildDate>Mon, 26 Jul 2010 02:01:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric Barr</title>
		<link>http://www.ytechie.com/2008/03/disabling-gridview-validation.html/comment-page-1#comment-1740</link>
		<dc:creator>Eric Barr</dc:creator>
		<pubDate>Fri, 02 Jul 2010 20:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://207.36.235.13/2008/03/disabling-gridview-validation.html#comment-1740</guid>
		<description>Yes, I like Thomas&#039;s solution.  I didn&#039;t have to handle any events, just set the validation group on the form that is outside the grid and the button that submits that form.  That worked very well.  Thanks for the post!</description>
		<content:encoded><![CDATA[<p>Yes, I like Thomas&#8217;s solution.  I didn&#8217;t have to handle any events, just set the validation group on the form that is outside the grid and the button that submits that form.  That worked very well.  Thanks for the post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wagner</title>
		<link>http://www.ytechie.com/2008/03/disabling-gridview-validation.html/comment-page-1#comment-1709</link>
		<dc:creator>Wagner</dc:creator>
		<pubDate>Sun, 14 Mar 2010 12:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://207.36.235.13/2008/03/disabling-gridview-validation.html#comment-1709</guid>
		<description>Very good advice, thank you! Prevented me from some long code writing.

Sandeep is wrong, you can not edit &#039;causes validation&#039; tag of buttons in commandfields.</description>
		<content:encoded><![CDATA[<p>Very good advice, thank you! Prevented me from some long code writing.</p>
<p>Sandeep is wrong, you can not edit &#8217;causes validation&#8217; tag of buttons in commandfields.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.ytechie.com/2008/03/disabling-gridview-validation.html/comment-page-1#comment-1549</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Fri, 10 Jul 2009 20:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://207.36.235.13/2008/03/disabling-gridview-validation.html#comment-1549</guid>
		<description>This helped me out a lot, but it led me to what I believe is a better solution -- put the form elements you don&#039;t want validated when gridview links are clicked  in their own validation group.</description>
		<content:encoded><![CDATA[<p>This helped me out a lot, but it led me to what I believe is a better solution &#8212; put the form elements you don&#8217;t want validated when gridview links are clicked  in their own validation group.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandeep</title>
		<link>http://www.ytechie.com/2008/03/disabling-gridview-validation.html/comment-page-1#comment-1276</link>
		<dc:creator>sandeep</dc:creator>
		<pubDate>Wed, 07 Jan 2009 14:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://207.36.235.13/2008/03/disabling-gridview-validation.html#comment-1276</guid>
		<description>set cause validation property of the button to 
false</description>
		<content:encoded><![CDATA[<p>set cause validation property of the button to<br />
false</p>
]]></content:encoded>
	</item>
</channel>
</rss>
