<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.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>ASP.NET AJAX UI</title><link>http://forums.asp.net/1008.aspx</link><description>Here you can discuss UI-related issues with AJAX such as controls and client-side functionality including Silverlight controls for ASP.NET</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: "Error on this webpage might cause it to work incorrectly" script into UpdatePanel</title><link>http://forums.asp.net/thread/3274486.aspx</link><pubDate>Sat, 04 Jul 2009 08:53:42 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274486</guid><dc:creator>Alessio Lombardi</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274486.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=3274486</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m Sorry but, i&amp;#39;ve resolved the problem simply deleting the &amp;#39; in the text of the script; the apostrophe is the error. i find out it by chance while i&amp;#39;m changing the message... :-D&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: "Error on this webpage might cause it to work incorrectly" script into UpdatePanel</title><link>http://forums.asp.net/thread/3274459.aspx</link><pubDate>Sat, 04 Jul 2009 08:29:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274459</guid><dc:creator>Alessio Lombardi</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274459.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=3274459</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;i&amp;#39;ve a little&amp;nbsp;knowledge in script manager and ajax in generally;&amp;nbsp; i read on the guides to use that code to display a messageBox when the code is into an UPanel and i&amp;#39;m using that for all the scripts.&lt;/p&gt;
&lt;p&gt;So in all my application all the scripts are ok, but two of them show me the error i&amp;#39;ve mentioned above. i need only the scripts show correctly the messageBox but although i&amp;#39;m using the same code for all the scripts, two of them inexplicably doesn&amp;#39;t work correctly!&lt;/p&gt;
&lt;p&gt;:-D&lt;/p&gt;</description></item><item><title>Re: "Error on this webpage might cause it to work incorrectly" script into UpdatePanel</title><link>http://forums.asp.net/thread/3274291.aspx</link><pubDate>Sat, 04 Jul 2009 05:41:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274291</guid><dc:creator>integrasol</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274291.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=3274291</wfw:commentRss><description>&lt;p&gt;You mention that the message depends on the error, and that the problem is intermittent, so isn&amp;#39;t it possible the error text might be causing this?&lt;/p&gt;
&lt;p&gt;Another thing I notice is that you&amp;#39;re using the ScriptManager.RegisterClientScriptBlock overload that registers the script block each time an asynchronous postback occurs. Is this what you want? You probably already know this, but do check out&amp;nbsp;the Remarks section on this page, &lt;a href="http://msdn.microsoft.com/en-us/library/bb338357.aspx"&gt;http://msdn.microsoft.com/en-us/library/bb338357.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>"Error on this webpage might cause it to work incorrectly" script into UpdatePanel</title><link>http://forums.asp.net/thread/3273893.aspx</link><pubDate>Fri, 03 Jul 2009 18:07:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3273893</guid><dc:creator>Alessio Lombardi</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3273893.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=3273893</wfw:commentRss><description>&lt;p&gt;Hi everybody!&lt;/p&gt;
&lt;p&gt;in&amp;nbsp;my page i&amp;#39;ve only an updatePanel and i use js alert to display a messageBox in cause of error;&lt;/p&gt;
&lt;p&gt;Sometimes when i run the application; IE back me the error in the subject.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Expected &amp;#39;)&amp;#39;&lt;/p&gt;
&lt;p&gt;Code:0&lt;/p&gt;
&lt;p&gt;In the specific the error details is:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Webpage error details&lt;/p&gt;
&lt;p&gt;User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729)&lt;br /&gt;Timestamp: Fri, 3 Jul 2009 17:47:44 UTC&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Message: Expected &amp;#39;)&amp;#39;&lt;br /&gt;Line: 86604737&lt;br /&gt;Char: 20&lt;br /&gt;Code: 0&lt;br /&gt;URI: &lt;u&gt;&lt;font color="#800080"&gt;*****&lt;/font&gt;&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;The code i use to display js alert for all the messageBox&amp;nbsp;is :&lt;/p&gt;
&lt;p&gt;String script = &amp;quot;alert(&amp;#39;Error!.&amp;#39;);&amp;quot;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//The message&amp;nbsp;depends by&amp;nbsp;the error i want to display&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;ScriptManager.RegisterClientScriptBlock(Page, this.GetType(), Page.ClientID, script, true);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>