<?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>ASP.NET AJAX Forum Posts</title><link>http://weblogs.asp.net/atlas-forums/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>ModalPopupExtender from code behind</title><link>http://forums.asp.net/thread/3505116.aspx</link><pubDate>Tue, 10 Nov 2009 19:49:31 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7250829</guid><dc:creator>ASP.NET AJAX Discussion and Suggestions</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7250829</wfw:commentRss><comments>http://forums.asp.net/thread/3505116.aspx#comments</comments><description>Hi. I have a ModalPopupExtender on my default page. I have added an asp:Button (btnShowPanel) and used that ID as the ModalPopupExtender&amp;#39;s TargetControlID. This works well. Now what I am trying to do is show the panel from code behind instead of having the user click on btnShowPanel. Basically, I have a database query. If that query returns more than 100 rows, I want the popup to show with some text like &amp;quot;Your query returns more than 100 rows. Displaying all of the data may take a while. Do you want to continue?&amp;quot; If they click YES, I want to continue with the code (or run another method). If they click NO, I want to drop out of the method. I&amp;#39;m a newbie, so be gentle. Thanks, Ray Read More......(&lt;a href="http://forums.asp.net/thread/3505116.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7250829" width="1" height="1"&gt;</description></item><item><title>UpdatePanel textbox text update</title><link>http://forums.asp.net/thread/3504765.aspx</link><pubDate>Tue, 10 Nov 2009 16:55:15 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7250678</guid><dc:creator>ASP.NET AJAX UI</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7250678</wfw:commentRss><comments>http://forums.asp.net/thread/3504765.aspx#comments</comments><description>hi, I am trying to create a prototype chat system using jabber.net .Net Api. I created a panel &amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt; &amp;lt;div&amp;gt; &amp;lt;asp:ScriptManager ID=&amp;quot;ScriptManager1&amp;quot; runat=&amp;quot;server&amp;quot; EnablePageMethods=&amp;quot;True&amp;quot;&amp;gt; &amp;lt;/asp:ScriptManager&amp;gt; &amp;lt;asp:UpdatePanel ID=&amp;quot;UpdatePanel1&amp;quot; ChildrenAsTriggers=&amp;quot;false&amp;quot; UpdateMode=&amp;quot;Conditional&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt; &amp;lt;Triggers&amp;gt; &amp;lt;asp:AsyncPostBackTrigger ControlID=&amp;quot;txtConversation&amp;quot; EventName=&amp;quot;TextChanged&amp;quot; /&amp;gt; &amp;lt;/Triggers&amp;gt; &amp;lt;ContentTemplate&amp;gt; &amp;lt;asp:TextBox ID=&amp;quot;txtConversation&amp;quot; runat=&amp;quot;server&amp;quot; Height=&amp;quot;108px&amp;quot; TextMode=&amp;quot;MultiLine&amp;quot;...(&lt;a href="http://forums.asp.net/thread/3504765.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7250678" width="1" height="1"&gt;</description></item><item><title>Jquery Back Button</title><link>http://forums.asp.net/thread/3504594.aspx</link><pubDate>Tue, 10 Nov 2009 15:56:46 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7250704</guid><dc:creator>ASP.NET AJAX Discussion and Suggestions</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7250704</wfw:commentRss><comments>http://forums.asp.net/thread/3504594.aspx#comments</comments><description>I want the help for jquery and history so i can keep my page into the history when i click anchor tag or do any operation on my current page like sorting , paging using update panel. Read More......(&lt;a href="http://forums.asp.net/thread/3504594.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7250704" width="1" height="1"&gt;</description></item><item><title>Gridview keeps showing up outside of AJAX tab</title><link>http://forums.asp.net/thread/3504504.aspx</link><pubDate>Tue, 10 Nov 2009 15:17:32 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7250632</guid><dc:creator>ASP.NET AJAX Discussion and Suggestions</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7250632</wfw:commentRss><comments>http://forums.asp.net/thread/3504504.aspx#comments</comments><description>Does anyone know how to get this gridview to show up inside of the ajax tab? HTML: &amp;lt;asp:Content ID=&amp;quot;Content1&amp;quot; ContentPlaceHolderID=&amp;quot;ContentPlace_Text&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt; &amp;lt;div id=&amp;quot;right_column&amp;quot;&amp;gt; &amp;lt;table style=&amp;quot;width:100%&amp;quot;&amp;gt; &amp;lt;tr&amp;gt; &amp;lt;cc1:TabContainer ID=&amp;quot;TabContainer1&amp;quot; runat=&amp;quot;server&amp;quot; Height=&amp;quot;690px&amp;quot; ScrollBars=&amp;quot;Vertical&amp;quot;&amp;gt; &amp;lt;cc1:TabPanel ID=&amp;quot;TabPanel1&amp;quot; runat=&amp;quot;server&amp;quot; HeaderText=&amp;quot;Home&amp;quot;&amp;gt; &amp;lt;ContentTemplate&amp;gt; &amp;lt;h1&amp;gt;Email Provisioning&amp;lt;/h1&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;asp:UpdatePanel ID=&amp;quot;UpdatePanel1&amp;quot; runat=&amp;quot;server&amp;quot; UpdateMode=&amp;quot;Conditional&amp;quot;&amp;gt; &amp;lt;ContentTemplate&amp;gt; &amp;lt;asp...(&lt;a href="http://forums.asp.net/thread/3504504.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7250632" width="1" height="1"&gt;</description></item><item><title>Gridview in Update Panel causing full page postback</title><link>http://forums.asp.net/thread/3504494.aspx</link><pubDate>Tue, 10 Nov 2009 15:14:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7250633</guid><dc:creator>ASP.NET AJAX Discussion and Suggestions</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7250633</wfw:commentRss><comments>http://forums.asp.net/thread/3504494.aspx#comments</comments><description>I have a gridview within an update panel which contains a checkbox (once for each row) which has its AutoPostBack property set to TRUE. My understanding is that ANY postbacks which occur within an UpdatePanel should result in a partial postback of that panel only (i.e. Asynchronous). This is somewhat confirmed by a simple button which also resides in this UpdatePanel which correctly does a partial update with no page flicker etc Because the control is within a gridview I can&amp;#39;t set it as a trigger..... &amp;lt;asp:UpdatePanel ID=&amp;quot;UpdatePanel2&amp;quot; runat=&amp;quot;server&amp;quot; UpdateMode=&amp;quot;Conditional&amp;quot;&amp;gt; &amp;lt;ContentTemplate&amp;gt; &amp;lt;asp:GridView ID=&amp;quot;GridView1&amp;quot; runat=&amp;quot;server&amp;quot; AutoGenerateColumns=&amp;quot;False&amp;quot;...(&lt;a href="http://forums.asp.net/thread/3504494.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7250633" width="1" height="1"&gt;</description></item><item><title>issues with AJAXModal Popup</title><link>http://forums.asp.net/thread/3504356.aspx</link><pubDate>Tue, 10 Nov 2009 14:06:32 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7250573</guid><dc:creator>ASP.NET AJAX Discussion and Suggestions</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7250573</wfw:commentRss><comments>http://forums.asp.net/thread/3504356.aspx#comments</comments><description>im developing a website using ASP.NET 2.0 and using AJAX control toolkit. I am using alot of usercontrols in my application. I extracted/copied the modal popup example into the usercontrol but when I click the linkbutton to change the paragraph style.... nothing happens. it does not appear to show the dialog. The only error I get is the javascript error &amp;quot;Sys is undefined&amp;quot; Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729) Timestamp: Tue, 10 Nov 2009 14:06:12 UTC Message: &amp;#39;Sys&amp;#39; is undefined Line: 87 Char: 1 Code: 0 URI: http://localhost/KPProdWeb/ViewOrder.aspx?oid=2007100214 Message: &amp;#39;Sys&amp;#39; is undefined...(&lt;a href="http://forums.asp.net/thread/3504356.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7250573" width="1" height="1"&gt;</description></item><item><title>Error While Debugging</title><link>http://forums.asp.net/thread/3504326.aspx</link><pubDate>Tue, 10 Nov 2009 13:52:28 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7250602</guid><dc:creator>ASP.NET AJAX Discussion and Suggestions</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7250602</wfw:commentRss><comments>http://forums.asp.net/thread/3504326.aspx#comments</comments><description>Hi, I am using Ajax control toolkit in my web application. When i debuggin my website then after some time, i get this error /msg How to solve it? will there be any problem when i will upload my website to the server? Read More......(&lt;a href="http://forums.asp.net/thread/3504326.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7250602" width="1" height="1"&gt;</description></item><item><title>Button Event in Update Panel</title><link>http://forums.asp.net/thread/3504255.aspx</link><pubDate>Tue, 10 Nov 2009 13:16:58 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7250574</guid><dc:creator>ASP.NET AJAX UI</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7250574</wfw:commentRss><comments>http://forums.asp.net/thread/3504255.aspx#comments</comments><description>HI, Please find my following aspx page [Only one button with id as b1 ] &amp;lt;%@ Page Language=&amp;quot;VB&amp;quot; AutoEventWireup=&amp;quot;false&amp;quot; CodeFile=&amp;quot;Default.aspx.vb&amp;quot; Inherits=&amp;quot;_Default&amp;quot; %&amp;gt; &amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt; &amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt; &amp;lt;head runat=&amp;quot;server&amp;quot;&amp;gt; &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt; &amp;lt;/head&amp;gt; &amp;lt;body&amp;gt; &amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt; &amp;lt;div&amp;gt; &amp;lt;asp:Button ID=&amp;quot;b1&amp;quot; runat=&amp;quot;server&amp;quot; Text=&amp;quot;Static Button&amp;quot; /&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;/form&amp;gt; &amp;lt;/body&amp;gt; &amp;lt;/html&amp;gt; Please find the...(&lt;a href="http://forums.asp.net/thread/3504255.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7250574" width="1" height="1"&gt;</description></item><item><title>png with drop shadow effect dont show up properly.</title><link>http://forums.asp.net/thread/3504231.aspx</link><pubDate>Tue, 10 Nov 2009 13:07:40 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7250575</guid><dc:creator>ASP.NET AJAX UI</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7250575</wfw:commentRss><comments>http://forums.asp.net/thread/3504231.aspx#comments</comments><description>I inserted images in ajax accordion they are png images with drop shadow. Regular display of the Images on the page works out fine, only inside the accordion the drop shadow displays poorly. seems that only in IE explorer this problem persist. The page the Error is on is: https://www.el-hatavor.com/Default3.aspx The images are on the second header of the accordion. Read More......(&lt;a href="http://forums.asp.net/thread/3504231.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7250575" width="1" height="1"&gt;</description></item><item><title>Button and Control in Update Panel causing FULL postback</title><link>http://forums.asp.net/thread/3504049.aspx</link><pubDate>Tue, 10 Nov 2009 11:46:36 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7250497</guid><dc:creator>ASP.NET AJAX Discussion and Suggestions</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7250497</wfw:commentRss><comments>http://forums.asp.net/thread/3504049.aspx#comments</comments><description>The following code is causing the whole page to postback, even though everything is contained within an UpdatePanel. I would like only the UpdatePanel to update. Any ideas? &amp;lt;asp:UpdatePanel ID=&amp;quot;UpdatePanel1&amp;quot; runat=&amp;quot;server&amp;quot; UpdateMode=&amp;quot;Conditional&amp;quot;&amp;gt; &amp;lt;Triggers&amp;gt; &amp;lt;asp:PostBackTrigger ControlID=&amp;quot;btnUpload&amp;quot; /&amp;gt; &amp;lt;/Triggers&amp;gt; &amp;lt;ContentTemplate&amp;gt; &amp;lt;asp:Label ID=&amp;quot;lblInsidePanel1&amp;quot; runat=&amp;quot;server&amp;quot; Text=&amp;quot;Label&amp;quot;&amp;gt;&amp;lt;/asp:Label&amp;gt; &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;asp:FileUpload ID=&amp;quot;FileUpload1&amp;quot; runat=&amp;quot;server&amp;quot; /&amp;gt; &amp;lt;asp:Button ID=&amp;quot;btnUpload&amp;quot; runat=&amp;quot;server&amp;quot; Text=&amp;quot;Upload&amp;quot; OnClick=&amp;quot;BtnUpload_Click&amp;quot; /&amp;gt;...(&lt;a href="http://forums.asp.net/thread/3504049.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7250497" width="1" height="1"&gt;</description></item><item><title>" Live" databinding using Ajax</title><link>http://forums.asp.net/thread/3503058.aspx</link><pubDate>Tue, 10 Nov 2009 00:35:36 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7250183</guid><dc:creator>ASP.NET AJAX Discussion and Suggestions</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7250183</wfw:commentRss><comments>http://forums.asp.net/thread/3503058.aspx#comments</comments><description>Hi, this is a newbie question. I am used to using gridviews and dataviews with ASP NET 2.0. How do I get the data in, say, a gridview, to update live, i.e. whenever a cetain field is updated in a database? I assume this is possible with Ajax. Can anyone outline the steps I need to take please. Remember I am using ASP NET 2.0. Also, I don&amp;#39;t think I even have Ajax installed (never used it at all). Thanks in advance, Garrett Read More......(&lt;a href="http://forums.asp.net/thread/3503058.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7250183" width="1" height="1"&gt;</description></item><item><title>Jquery tabs with ajax</title><link>http://forums.asp.net/thread/3503013.aspx</link><pubDate>Mon, 09 Nov 2009 23:26:58 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7250208</guid><dc:creator>ASP.NET AJAX Discussion and Suggestions</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7250208</wfw:commentRss><comments>http://forums.asp.net/thread/3503013.aspx#comments</comments><description>Hi, I have been using Jquery tabs with ajax to make ajax calls to the aspx page something like default.aspx?id=1 in Jquery makes an ajax call to the default.aspx page and the aspx page looks for the value in &amp;#39;id&amp;#39; and sends the response. The question I have is that on the server side, I have been using response.write() and response.end() to send information back to the client but I have seen that if the client opens the link default.aspx?id=1 then he only sees the response text and nothing else on the page. (all the other content in the html is replaced) I was wondering if response.write() is the right method to send the info back.. Because what I was trying to accomplish is to actually append the response text to a server div tag and...(&lt;a href="http://forums.asp.net/thread/3503013.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7250208" width="1" height="1"&gt;</description></item><item><title>Question about multiple cascading drop downs using one web service.</title><link>http://forums.asp.net/thread/3502847.aspx</link><pubDate>Mon, 09 Nov 2009 21:11:23 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7250108</guid><dc:creator>ASP.NET AJAX Networking and Web Services</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7250108</wfw:commentRss><comments>http://forums.asp.net/thread/3502847.aspx#comments</comments><description>Hi, I&amp;#39;ve got a page that has three sets of drop down lists that use Ajax cascading drop down extenders. All three sets function exactly the same way, and all three use the same XML file to populate their values. I am wondering if it is possible to use one web service for all three sets or if I need to have a web service for each set? I&amp;#39;m asking because I&amp;#39;m getting strange results when I try this. Everything works fine when I wire up the first set of drop downs. When I wire up the second set it works, but the first set no longer works (the first drop down box shows what I assume to be &amp;#39;Method Error&amp;#39; - the box is not big enough to show the entire message). If I remove the cascade from the second set, the first set works again...(&lt;a href="http://forums.asp.net/thread/3502847.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7250108" width="1" height="1"&gt;</description></item><item><title>Data returned from Sys.Ui.DataView includes __msajaxbindings property, causing serialization to fail</title><link>http://forums.asp.net/thread/3502792.aspx</link><pubDate>Mon, 09 Nov 2009 20:35:03 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7250069</guid><dc:creator>ASP.NET AJAX Discussion and Suggestions</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7250069</wfw:commentRss><comments>http://forums.asp.net/thread/3502792.aspx#comments</comments><description>If get_data() is used for a DataView - in this case a complex object graph with nested DataViews - the object cannot be easily serialized to JSON as child bound objects have __msajaxbindings and __msajaxdispose properties that give circular references, causing the JavaScriptSerializer to trip up. For both the root DataView and nested DataView I&amp;#39;m programatically setting the Data property for the DataView (with $dataItem.collection on the nested DataView). Any advise on how to avoid the circular references, and for these metadata type properties to be stripped out? Cheers. Andy Read More......(&lt;a href="http://forums.asp.net/thread/3502792.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7250069" width="1" height="1"&gt;</description></item><item><title>Have I done everything possible to solve 'sys' not defined/scriptResource.axd error?</title><link>http://forums.asp.net/thread/3502504.aspx</link><pubDate>Mon, 09 Nov 2009 17:58:08 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7249965</guid><dc:creator>ASP.NET AJAX Discussion and Suggestions</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-forums/rsscomments.aspx?PostID=7249965</wfw:commentRss><comments>http://forums.asp.net/thread/3502504.aspx#comments</comments><description>I&amp;#39;ve done everything recommended by my hosting tech support team (ran the aspnet_regiis commands from the server command line, made sure Compression was unchecked in IIS, and made sure .axd files were mapped to the aspnet_isapi.dll file while &amp;#39;Verify if file exist was unchecked&amp;#39;. I&amp;#39;ve implemented the correct Web.config file to the one I&amp;#39;m using. AJAX&amp;#39;d pages still give the errors &amp;#39;Syntax Error: ScriptResource.axd&amp;#39; and &amp;#39;Sys is Undefined&amp;#39;. When I look at the source for the page, WebResource.axd (which comes before ScriptResource.axd) does not show up in the error details. The same web.config and bin files work fine on another AJAX site with another hosting company. Thanks in advance for any help Read More...(&lt;a href="http://forums.asp.net/thread/3502504.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7249965" width="1" height="1"&gt;</description></item></channel></rss>