<?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: How to use ClientScriptManager.RegisterForEventValidation method</title>
	<atom:link href="http://chuchuva.com/pavel/2009/12/how-to-use-clientscriptmanager-registerforeventvalidation-method/feed/" rel="self" type="application/rss+xml" />
	<link>http://chuchuva.com/pavel/2009/12/how-to-use-clientscriptmanager-registerforeventvalidation-method/</link>
	<description>Blog about software</description>
	<lastBuildDate>Fri, 11 May 2012 14:06:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Tim</title>
		<link>http://chuchuva.com/pavel/2009/12/how-to-use-clientscriptmanager-registerforeventvalidation-method/comment-page-1/#comment-212</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 14 Feb 2012 23:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=54#comment-212</guid>
		<description>Great post but I could not get the Request.Form to work. The postback data didn&#039;t contain the new data in my Listbox (html select). I inserted the data to the html select with jquery. I am using the UpdatePanel now to save me head aches. MVC 3 works so much better for this sort of thing. Thanks anyway.</description>
		<content:encoded><![CDATA[<p>Great post but I could not get the Request.Form to work. The postback data didn&#8217;t contain the new data in my Listbox (html select). I inserted the data to the html select with jquery. I am using the UpdatePanel now to save me head aches. MVC 3 works so much better for this sort of thing. Thanks anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://chuchuva.com/pavel/2009/12/how-to-use-clientscriptmanager-registerforeventvalidation-method/comment-page-1/#comment-133</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Fri, 05 Aug 2011 13:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=54#comment-133</guid>
		<description>@Pavel Chuchuva: This is further complicated by having to run the code in the Render() event; so I fill a GridView with rows and custom postbacks, then have to repeat in the render event. However I disagree with Pavel, the event validation is important and should NOT be disabled - it&#039;s not perfect, but it still goes a long way from preventing the page being modified by malicious code.</description>
		<content:encoded><![CDATA[<p>@Pavel Chuchuva: This is further complicated by having to run the code in the Render() event; so I fill a GridView with rows and custom postbacks, then have to repeat in the render event. However I disagree with Pavel, the event validation is important and should NOT be disabled &#8211; it&#8217;s not perfect, but it still goes a long way from preventing the page being modified by malicious code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavel Chuchuva</title>
		<link>http://chuchuva.com/pavel/2009/12/how-to-use-clientscriptmanager-registerforeventvalidation-method/comment-page-1/#comment-132</link>
		<dc:creator>Pavel Chuchuva</dc:creator>
		<pubDate>Wed, 20 Jul 2011 05:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=54#comment-132</guid>
		<description>Yes, you need to specify every possible value. If you have thousands of entries this becomes rather silly. It&#039;s easier to disable event validation on the page level in these cases.</description>
		<content:encoded><![CDATA[<p>Yes, you need to specify every possible value. If you have thousands of entries this becomes rather silly. It&#8217;s easier to disable event validation on the page level in these cases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jepoy</title>
		<link>http://chuchuva.com/pavel/2009/12/how-to-use-clientscriptmanager-registerforeventvalidation-method/comment-page-1/#comment-131</link>
		<dc:creator>jepoy</dc:creator>
		<pubDate>Tue, 19 Jul 2011 11:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=54#comment-131</guid>
		<description>If you select option “Three” sure enough, exception is thrown. To prevent it you need to supply all possible values for drop-down control:

&gt;&gt; meaning you really need to supply all possible value literally? how about for the dynamic values like the possible values would range from 1 to a 100. are we still gonna input that?</description>
		<content:encoded><![CDATA[<p>If you select option “Three” sure enough, exception is thrown. To prevent it you need to supply all possible values for drop-down control:</p>
<p>&gt;&gt; meaning you really need to supply all possible value literally? how about for the dynamic values like the possible values would range from 1 to a 100. are we still gonna input that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evgeniy</title>
		<link>http://chuchuva.com/pavel/2009/12/how-to-use-clientscriptmanager-registerforeventvalidation-method/comment-page-1/#comment-130</link>
		<dc:creator>Evgeniy</dc:creator>
		<pubDate>Mon, 18 Jul 2011 17:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=54#comment-130</guid>
		<description>Hello Pavel! I have a similar problem.

[Question moved to &lt;a href=&quot;http://stackoverflow.com/questions/6750341/html-form-is-not-working-on-a-site-created-by-aspx&quot; rel=&quot;nofollow&quot;&gt;Stack Overflow&lt;/a&gt;: --Pavel]</description>
		<content:encoded><![CDATA[<p>Hello Pavel! I have a similar problem.</p>
<p>[Question moved to <a href="http://stackoverflow.com/questions/6750341/html-form-is-not-working-on-a-site-created-by-aspx" rel="nofollow">Stack Overflow</a>: --Pavel]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poluxx</title>
		<link>http://chuchuva.com/pavel/2009/12/how-to-use-clientscriptmanager-registerforeventvalidation-method/comment-page-1/#comment-108</link>
		<dc:creator>Poluxx</dc:creator>
		<pubDate>Tue, 21 Dec 2010 22:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=54#comment-108</guid>
		<description>Thanks man, really helpful, as I just did the same type of code (including the jQuery option building :)  ) and encountered the same problem !

Keep posting !</description>
		<content:encoded><![CDATA[<p>Thanks man, really helpful, as I just did the same type of code (including the jQuery option building <img src='http://chuchuva.com/pavel/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   ) and encountered the same problem !</p>
<p>Keep posting !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

