<?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: ASP.NET Validators Do Not Fire in Firefox</title>
	<atom:link href="http://blog.qumsieh.ca/2008/07/04/asp-net-validators-do-not-fire-in-firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.qumsieh.ca/2008/07/04/asp-net-validators-do-not-fire-in-firefox/</link>
	<description>Developer's blog related to ASP.NET, SharePoint and Telerik Web Controls</description>
	<lastBuildDate>Wed, 01 Sep 2010 18:10:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Mark</title>
		<link>http://blog.qumsieh.ca/2008/07/04/asp-net-validators-do-not-fire-in-firefox/comment-page-1/#comment-18</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 09 Dec 2008 02:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=144#comment-18</guid>
		<description>Thanks for this post. I was working on a asp.net website someone else had built and this error was driving me nuts. Thank goodness for Google and kind people like you who post their solutions.</description>
		<content:encoded><![CDATA[<p>Thanks for this post. I was working on a asp.net website someone else had built and this error was driving me nuts. Thank goodness for Google and kind people like you who post their solutions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shereen</title>
		<link>http://blog.qumsieh.ca/2008/07/04/asp-net-validators-do-not-fire-in-firefox/comment-page-1/#comment-17</link>
		<dc:creator>shereen</dc:creator>
		<pubDate>Tue, 09 Dec 2008 02:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=144#comment-17</guid>
		<description>@tom: thanks for the comments. That makes absolutely no sense that you&#039;d have to satisfy all form validators before IE will permit you to reset your form. Interesting scenario. Changing the xhtmlConformanceMode setting effectively resulted in the same behavior for both of us: consistency from both browsers. However, as you pointed out, that doesn&#039;t necessarily mean we get the CORRECT behavior. Thanks for posting your answer, hopefully someone else will find it useful!</description>
		<content:encoded><![CDATA[<p>@tom: thanks for the comments. That makes absolutely no sense that you&#8217;d have to satisfy all form validators before IE will permit you to reset your form. Interesting scenario. Changing the xhtmlConformanceMode setting effectively resulted in the same behavior for both of us: consistency from both browsers. However, as you pointed out, that doesn&#8217;t necessarily mean we get the CORRECT behavior. Thanks for posting your answer, hopefully someone else will find it useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom von Alten</title>
		<link>http://blog.qumsieh.ca/2008/07/04/asp-net-validators-do-not-fire-in-firefox/comment-page-1/#comment-16</link>
		<dc:creator>Tom von Alten</dc:creator>
		<pubDate>Tue, 09 Dec 2008 02:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=144#comment-16</guid>
		<description>Found the answer: add the attribute CausesValidation=&quot;false&quot; to the control(s) in question.</description>
		<content:encoded><![CDATA[<p>Found the answer: add the attribute CausesValidation=&#8221;false&#8221; to the control(s) in question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom von Alten</title>
		<link>http://blog.qumsieh.ca/2008/07/04/asp-net-validators-do-not-fire-in-firefox/comment-page-1/#comment-15</link>
		<dc:creator>Tom von Alten</dc:creator>
		<pubDate>Tue, 09 Dec 2008 02:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=144#comment-15</guid>
		<description>Thanks for this post. I had the inverse problem: having developed with Firefox&#039;s behavior, I was getting what I wanted with ValidateRequest=&quot;false&quot; set for the page, and controlling what, and when I validate with my codebehind. Come to find out IE fires the validators no matter what, breaking the form&#039;s [CANCEL] button. One has to satisfy all the form validators before the inputs can be discarded? This is not intelligent behavior. As you found, by changing the Web.config xhtmlConformanceMode setting, I could get the same behavior from both Fx and IE. Unfortunately it&#039;s the same WRONG behavior. :-( So... how do we tell IE that thankyouverymuch, but we do NOT it to fire validators unless commanded?</description>
		<content:encoded><![CDATA[<p>Thanks for this post. I had the inverse problem: having developed with Firefox&#8217;s behavior, I was getting what I wanted with ValidateRequest=&#8221;false&#8221; set for the page, and controlling what, and when I validate with my codebehind. Come to find out IE fires the validators no matter what, breaking the form&#8217;s [CANCEL] button. One has to satisfy all the form validators before the inputs can be discarded? This is not intelligent behavior. As you found, by changing the Web.config xhtmlConformanceMode setting, I could get the same behavior from both Fx and IE. Unfortunately it&#8217;s the same WRONG behavior. <img src='http://blog.qumsieh.ca/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  So&#8230; how do we tell IE that thankyouverymuch, but we do NOT it to fire validators unless commanded?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
