<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Eilon Lipton's Blog - All Comments</title><link>http://weblogs.asp.net/leftslipper/default.aspx</link><description>Technical blog on Microsoft ASP.NET (and AJAX and MVC).</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Ajax Error: Sys.WebForms.PageRequestManagerParserErrorException | DIGG LINK</title><link>http://weblogs.asp.net/leftslipper/archive/2007/02/26/sys-webforms-pagerequestmanagerparsererrorexception-what-it-is-and-how-to-avoid-it.aspx#8274249</link><pubDate>Tue, 31 Jan 2012 20:02:19 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8274249</guid><dc:creator>Ajax Error: Sys.WebForms.PageRequestManagerParserErrorException | DIGG LINK</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Ajax Error: Sys.WebForms.PageRequestManagerParserErrorException | DIGG LINK&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8274249" width="1" height="1"&gt;</description></item><item><title>Bind eval | Mummabearcards</title><link>http://weblogs.asp.net/leftslipper/archive/2007/06/29/how-asp-net-databinding-deals-with-eval-and-bind-statements.aspx#8254621</link><pubDate>Sat, 14 Jan 2012 19:01:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8254621</guid><dc:creator>Bind eval | Mummabearcards</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Bind eval | Mummabearcards&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8254621" width="1" height="1"&gt;</description></item><item><title>re: Sys.WebForms.PageRequestManagerParserErrorException - what it is and how to avoid it</title><link>http://weblogs.asp.net/leftslipper/archive/2007/02/26/sys-webforms-pagerequestmanagerparsererrorexception-what-it-is-and-how-to-avoid-it.aspx#8247393</link><pubDate>Thu, 12 Jan 2012 15:43:34 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8247393</guid><dc:creator>Leszek Charlotte</dc:creator><description>&lt;p&gt;Same problem, after moving controls around page (cut and paste). Solution: remove all copied controls and add them one by one from toolbar. Everything works like a charm.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8247393" width="1" height="1"&gt;</description></item><item><title>re: Sys.WebForms.PageRequestManagerParserErrorException - what it is and how to avoid it</title><link>http://weblogs.asp.net/leftslipper/archive/2007/02/26/sys-webforms-pagerequestmanagerparsererrorexception-what-it-is-and-how-to-avoid-it.aspx#8214039</link><pubDate>Tue, 03 Jan 2012 12:17:42 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8214039</guid><dc:creator>SSA</dc:creator><description>&lt;p&gt;Just found another workaround,as I had no luck on none of above symptoms/solutions:&lt;/p&gt;
&lt;p&gt;Pipeline mode change, integrated to Classic mode.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8214039" width="1" height="1"&gt;</description></item><item><title>re: MVC: Unit testing controller actions that use TempData</title><link>http://weblogs.asp.net/leftslipper/archive/2008/04/13/mvc-unit-testing-controller-actions-that-use-tempdata.aspx#8181604</link><pubDate>Tue, 27 Dec 2011 19:10:40 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8181604</guid><dc:creator>Paul</dc:creator><description>&lt;p&gt;Did this, &amp;quot;Making TempData easier to unit test is on our list of improvements&amp;quot; make it into MVC3? Cannot figure out how to test a custom Action Filter that uses TempData.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8181604" width="1" height="1"&gt;</description></item><item><title>re: Sys.WebForms.PageRequestManagerParserErrorException - what it is and how to avoid it</title><link>http://weblogs.asp.net/leftslipper/archive/2007/02/26/sys-webforms-pagerequestmanagerparsererrorexception-what-it-is-and-how-to-avoid-it.aspx#8179564</link><pubDate>Tue, 27 Dec 2011 09:11:08 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8179564</guid><dc:creator>Chaitali</dc:creator><description>&lt;p&gt;ScriptManager scriptManager = ScriptManager.GetCurrent(Page);&lt;/p&gt;
&lt;p&gt;if (scriptManager != null)&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp;scriptManager.RegisterPostBackControl(printBtn);&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;This code resolve this problem. &lt;/p&gt;
&lt;p&gt;Register nested control causing postback in this code.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8179564" width="1" height="1"&gt;</description></item><item><title>re: Sys.WebForms.PageRequestManagerParserErrorException - what it is and how to avoid it</title><link>http://weblogs.asp.net/leftslipper/archive/2007/02/26/sys-webforms-pagerequestmanagerparsererrorexception-what-it-is-and-how-to-avoid-it.aspx#8146152</link><pubDate>Tue, 20 Dec 2011 10:27:45 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8146152</guid><dc:creator>Sushil</dc:creator><description>&lt;p&gt;I&amp;#39;ve solved my PageRequestManagerParserErrorException errors &lt;/p&gt;
&lt;p&gt;Write below code in Page load()&lt;/p&gt;
&lt;p&gt;{ this.ToolkitScriptManager1.RegisterPostBackControl(this.btnProjectDownload);&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&amp;lt;asp:UpdatePanel ID=&amp;quot;UpdatePanel1&amp;quot; runat=&amp;quot;server&amp;quot; UpdateMode=&amp;quot;Always&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;lt;ContentTemplate&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;grid&amp;gt;code.............here&lt;/p&gt;
&lt;p&gt; &amp;lt;/ContentTemplate&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;Triggers&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;asp:PostBackTrigger ControlID=&amp;quot;btnProjectDownload&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/Triggers&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/asp:UpdatePanel&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;asp:Button ID=&amp;quot;btnProjectDownload&amp;quot; runat=&amp;quot;server&amp;quot; Text=&amp;quot;Download&amp;quot; OnClick=&amp;quot;btnProjectDownload_Click&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;Note: my page had the Buttons initiating the UpdatePanel refresh outside the UpdatePanel, and that I declared an PostBackTrigger in the UpdatePanel for each Button Click event.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Sushil Kumar&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8146152" width="1" height="1"&gt;</description></item><item><title>re: Sys.WebForms.PageRequestManagerParserErrorException - what it is and how to avoid it</title><link>http://weblogs.asp.net/leftslipper/archive/2007/02/26/sys-webforms-pagerequestmanagerparsererrorexception-what-it-is-and-how-to-avoid-it.aspx#8135909</link><pubDate>Sat, 17 Dec 2011 12:16:46 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8135909</guid><dc:creator>sen_o_sen@yahoo.co.in</dc:creator><description>&lt;p&gt;Please check your all control names are unique. this is also another factor for this error. usually occurs when we replicating the same control structures. &lt;/p&gt;
&lt;p&gt;Senthil &lt;/p&gt;
&lt;p&gt;Bangalore&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8135909" width="1" height="1"&gt;</description></item><item><title>re: Sys.WebForms.PageRequestManagerParserErrorException - what it is and how to avoid it</title><link>http://weblogs.asp.net/leftslipper/archive/2007/02/26/sys-webforms-pagerequestmanagerparsererrorexception-what-it-is-and-how-to-avoid-it.aspx#8125860</link><pubDate>Thu, 15 Dec 2011 10:01:21 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8125860</guid><dc:creator>Mick Woods</dc:creator><description>&lt;p&gt;I was getting the error when exporting grids to excel from pages using master pages. I tried all of the above but none of it worked for me. In the end I got around the problem by re-opening the window from the export button click event and passing an &amp;#39;export&amp;#39; flag in the query string. This meant the call was no longer a postback and the problem disappeared.&lt;/p&gt;
&lt;p&gt;eg. - in the button click event:&lt;/p&gt;
&lt;p&gt;string LScript = &amp;quot;window.open(&amp;#39;thispage.aspx?DoExport=Yes&amp;#39;,&amp;#39;_self&amp;#39;);&amp;quot;;&lt;/p&gt;
&lt;p&gt;ScriptManager.RegisterClientScriptBlock(BtnExport, typeof(Page), &amp;quot;MyScript&amp;quot;, LScript, true);&lt;/p&gt;
&lt;p&gt;and in the page load:&lt;/p&gt;
&lt;p&gt;if (!IsPostBack)&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp;if (Request.QueryString[&amp;quot;DoExport&amp;quot;] == &amp;quot;Yes&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; DoExport();&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;Your DoExport method contains what was previouisly in the export button click event handler.&lt;/p&gt;
&lt;p&gt;Thanks to Eilon and everyone else who posted fixes. Hope mine helps someone too :)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8125860" width="1" height="1"&gt;</description></item><item><title>re: Opening an ASP.NET MVC project without having ASP.NET MVC installed: The project type is not supported by this installation</title><link>http://weblogs.asp.net/leftslipper/archive/2009/01/20/opening-an-asp-net-mvc-project-without-having-asp-net-mvc-installed-the-project-type-is-not-supported-by-this-installation.aspx#8106780</link><pubDate>Sat, 10 Dec 2011 15:07:15 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8106780</guid><dc:creator>tjanovsky</dc:creator><description>&lt;p&gt;ASP.NET MVC4 Project Guid is {E3E379DF-F4C6-4180-9B81-6769533ABE47}&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8106780" width="1" height="1"&gt;</description></item></channel></rss>
