<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Sys.WebForms.PageRequestManagerParserErrorException</title>
	<atom:link href="http://vijaymodi.wordpress.com/2007/04/13/syswebformspagerequestmanagerparsererrorexception/feed/" rel="self" type="application/rss+xml" />
	<link>http://vijaymodi.wordpress.com/2007/04/13/syswebformspagerequestmanagerparsererrorexception/</link>
	<description>This is all about C#, ASP.Net, BizTalk Server 2006 R2, Php, AJaX, Ms Sql, My Sql &#38; JavaScript.</description>
	<lastBuildDate>Thu, 12 Nov 2009 09:50:35 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: marta</title>
		<link>http://vijaymodi.wordpress.com/2007/04/13/syswebformspagerequestmanagerparsererrorexception/#comment-2231</link>
		<dc:creator>marta</dc:creator>
		<pubDate>Mon, 22 Jun 2009 09:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://vijaymodi.wordpress.com/2007/04/13/syswebformspagerequestmanagerparsererrorexception/#comment-2231</guid>
		<description>Why Server.Transfer() is so wrong?</description>
		<content:encoded><![CDATA[<p>Why Server.Transfer() is so wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://vijaymodi.wordpress.com/2007/04/13/syswebformspagerequestmanagerparsererrorexception/#comment-2052</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 08 Jan 2009 15:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://vijaymodi.wordpress.com/2007/04/13/syswebformspagerequestmanagerparsererrorexception/#comment-2052</guid>
		<description>I searched every where on internet and every blog got the same answer as above.....I don&#039;t know who copied whom......But no one explained or gave example of how to avoid this error.
I don&#039;t know whether someone can truely com up with some perfect solution.
Since this post is created on Apr 13 2007, so the author here copied it from somewhere else bcz I find many more post with the same suggestions....
Please, try work on the problem first and then giv ur suggestions.</description>
		<content:encoded><![CDATA[<p>I searched every where on internet and every blog got the same answer as above&#8230;..I don&#8217;t know who copied whom&#8230;&#8230;But no one explained or gave example of how to avoid this error.<br />
I don&#8217;t know whether someone can truely com up with some perfect solution.<br />
Since this post is created on Apr 13 2007, so the author here copied it from somewhere else bcz I find many more post with the same suggestions&#8230;.<br />
Please, try work on the problem first and then giv ur suggestions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://vijaymodi.wordpress.com/2007/04/13/syswebformspagerequestmanagerparsererrorexception/#comment-2004</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 22 Oct 2008 14:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://vijaymodi.wordpress.com/2007/04/13/syswebformspagerequestmanagerparsererrorexception/#comment-2004</guid>
		<description>&quot;I’m not really sure why people use Server.Transfer() at all.&quot; Fail.</description>
		<content:encoded><![CDATA[<p>&#8220;I’m not really sure why people use Server.Transfer() at all.&#8221; Fail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nikeeta</title>
		<link>http://vijaymodi.wordpress.com/2007/04/13/syswebformspagerequestmanagerparsererrorexception/#comment-2003</link>
		<dc:creator>nikeeta</dc:creator>
		<pubDate>Mon, 20 Oct 2008 13:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://vijaymodi.wordpress.com/2007/04/13/syswebformspagerequestmanagerparsererrorexception/#comment-2003</guid>
		<description>yeah i am also facing similar problem, when i click on submit button , it interacts with database... some time it works fine, some times it throws same exception with error code 425..., i really dont understand what to do, becoz  thre is no problem in coding.. i ma so sure abt this becoz if there would have problem then every time it would have throw exception which is not happening, one solution i found that to set &quot;enable event validation to false&quot; but this may also cause security issue, hence can not implement this.. can any one give some solution on this pls?</description>
		<content:encoded><![CDATA[<p>yeah i am also facing similar problem, when i click on submit button , it interacts with database&#8230; some time it works fine, some times it throws same exception with error code 425&#8230;, i really dont understand what to do, becoz  thre is no problem in coding.. i ma so sure abt this becoz if there would have problem then every time it would have throw exception which is not happening, one solution i found that to set &#8220;enable event validation to false&#8221; but this may also cause security issue, hence can not implement this.. can any one give some solution on this pls?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlueG</title>
		<link>http://vijaymodi.wordpress.com/2007/04/13/syswebformspagerequestmanagerparsererrorexception/#comment-1949</link>
		<dc:creator>BlueG</dc:creator>
		<pubDate>Tue, 19 Aug 2008 12:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://vijaymodi.wordpress.com/2007/04/13/syswebformspagerequestmanagerparsererrorexception/#comment-1949</guid>
		<description>Can someone give me a tip for this problem?:
I have textbox with user login, button &quot;OK&quot; and updatePanel with label (error messages).
I change login, hit &quot;OK&quot;. Server checks, if changed login is available (must be unique).
 - if no, error is shown /* { lblError.Visible=true; updPnlError.Update() } */ - THIS WORKS FINE
 - if login is available, i save change and than I WANT TO REDIRECT TO ANOTHER PAGE - How can i do that?? (In (STUPID) IE7, Server.Transfer() and Response.Redirect() don&#039;t work - both shows the PageRequestManagerParserErrorException)
Thx..</description>
		<content:encoded><![CDATA[<p>Can someone give me a tip for this problem?:<br />
I have textbox with user login, button &#8220;OK&#8221; and updatePanel with label (error messages).<br />
I change login, hit &#8220;OK&#8221;. Server checks, if changed login is available (must be unique).<br />
 &#8211; if no, error is shown /* { lblError.Visible=true; updPnlError.Update() } */ &#8211; THIS WORKS FINE<br />
 &#8211; if login is available, i save change and than I WANT TO REDIRECT TO ANOTHER PAGE &#8211; How can i do that?? (In (STUPID) IE7, Server.Transfer() and Response.Redirect() don&#8217;t work &#8211; both shows the PageRequestManagerParserErrorException)<br />
Thx..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://vijaymodi.wordpress.com/2007/04/13/syswebformspagerequestmanagerparsererrorexception/#comment-1620</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Fri, 04 Apr 2008 22:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://vijaymodi.wordpress.com/2007/04/13/syswebformspagerequestmanagerparsererrorexception/#comment-1620</guid>
		<description>I find i only get the error when i have dynamically generated the controls. If i hard code the controls into the aspx page, i don&#039;t get it. If i dynamically generate the controls in the code page then i get the problem on the whole page. I don&#039;t know the answer but maybe this helps.</description>
		<content:encoded><![CDATA[<p>I find i only get the error when i have dynamically generated the controls. If i hard code the controls into the aspx page, i don&#8217;t get it. If i dynamically generate the controls in the code page then i get the problem on the whole page. I don&#8217;t know the answer but maybe this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Kamoski</title>
		<link>http://vijaymodi.wordpress.com/2007/04/13/syswebformspagerequestmanagerparsererrorexception/#comment-415</link>
		<dc:creator>Mark Kamoski</dc:creator>
		<pubDate>Mon, 13 Aug 2007 14:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://vijaymodi.wordpress.com/2007/04/13/syswebformspagerequestmanagerparsererrorexception/#comment-415</guid>
		<description>That is some nice information on how to avoid the error. However, sometimes, this error may be absolutely unavoidable. For example, suppose the case where an Ajax partial-post calls to a database and suppose the database is offline due to a reboot. In such a case, the modal popup will appear in IE to the enduser, who must dismiss it. Furthermore, such popups will stack, such as when the Ajax calls are frequent, such as in a chat application&#039;s polling. My question is-- what can be done to CATCH the error, avoid the modal message box stacking, and redirect to show a generic error page? Please advise. Thank you. -- Mark Kamoski</description>
		<content:encoded><![CDATA[<p>That is some nice information on how to avoid the error. However, sometimes, this error may be absolutely unavoidable. For example, suppose the case where an Ajax partial-post calls to a database and suppose the database is offline due to a reboot. In such a case, the modal popup will appear in IE to the enduser, who must dismiss it. Furthermore, such popups will stack, such as when the Ajax calls are frequent, such as in a chat application&#8217;s polling. My question is&#8211; what can be done to CATCH the error, avoid the modal message box stacking, and redirect to show a generic error page? Please advise. Thank you. &#8212; Mark Kamoski</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun Peet</title>
		<link>http://vijaymodi.wordpress.com/2007/04/13/syswebformspagerequestmanagerparsererrorexception/#comment-290</link>
		<dc:creator>Shaun Peet</dc:creator>
		<pubDate>Tue, 26 Jun 2007 14:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://vijaymodi.wordpress.com/2007/04/13/syswebformspagerequestmanagerparsererrorexception/#comment-290</guid>
		<description>Check your firewall settings too!

&lt;a href=&quot;http://blogs.telerik.com/blogs/twisted_asp_net/archive/2007/06/26/2528.aspx&quot; title=&quot;Telerik Blog Post&quot; rel=&quot;nofollow&quot;&gt;Solution Posted On Telerik Blogs&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Check your firewall settings too!</p>
<p><a href="http://blogs.telerik.com/blogs/twisted_asp_net/archive/2007/06/26/2528.aspx" title="Telerik Blog Post" rel="nofollow">Solution Posted On Telerik Blogs</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marsouin</title>
		<link>http://vijaymodi.wordpress.com/2007/04/13/syswebformspagerequestmanagerparsererrorexception/#comment-271</link>
		<dc:creator>Marsouin</dc:creator>
		<pubDate>Thu, 21 Jun 2007 13:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://vijaymodi.wordpress.com/2007/04/13/syswebformspagerequestmanagerparsererrorexception/#comment-271</guid>
		<description>The new URL to the ASP.NET AJAX Website article about debugging and tracing :

http://ajax.asp.net/docs/overview/ASPNETAJAXDebuggingAndTracingOverview.aspx</description>
		<content:encoded><![CDATA[<p>The new URL to the ASP.NET AJAX Website article about debugging and tracing :</p>
<p><a href="http://ajax.asp.net/docs/overview/ASPNETAJAXDebuggingAndTracingOverview.aspx" rel="nofollow">http://ajax.asp.net/docs/overview/ASPNETAJAXDebuggingAndTracingOverview.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence</title>
		<link>http://vijaymodi.wordpress.com/2007/04/13/syswebformspagerequestmanagerparsererrorexception/#comment-157</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Tue, 22 May 2007 13:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://vijaymodi.wordpress.com/2007/04/13/syswebformspagerequestmanagerparsererrorexception/#comment-157</guid>
		<description>Hi,
I don&#039;t know to wich categories this belongs but SmartNavigation=&quot;true&quot; seems to cause also a “Sys.WebForms.PageRequestManagerParserErrorException”.

Just some tip if you looking for hours just as I did ;)

Grtz</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I don&#8217;t know to wich categories this belongs but SmartNavigation=&#8221;true&#8221; seems to cause also a “Sys.WebForms.PageRequestManagerParserErrorException”.</p>
<p>Just some tip if you looking for hours just as I did <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Grtz</p>
]]></content:encoded>
	</item>
</channel>
</rss>
