<?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>Am I missing something?</title><link>http://forums.asp.net/thread/3556549.aspx</link><pubDate>Wed, 09 Dec 2009 17:05:28 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7274729</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=7274729</wfw:commentRss><comments>http://forums.asp.net/thread/3556549.aspx#comments</comments><description>On recently trying to debug someone elses code I used firebug to extract this: &amp;lt;li&amp;gt; &amp;lt;a id=&amp;quot;ctl00_ContentPlaceHolder1_tabstrip_ctl00&amp;quot; class=&amp;quot;ActiveTab&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;ActiveTab&amp;quot;&amp;gt; &amp;lt;em&amp;gt; &amp;lt;span class=&amp;quot;tabTxt&amp;quot;&amp;gt;TextView&amp;lt;/span&amp;gt; &amp;lt;/em&amp;gt; &amp;lt;/span&amp;gt; &amp;lt;/a&amp;gt; &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt; &amp;lt;a id=&amp;quot;ctl00_ContentPlaceHolder1_tabstrip_ctl01&amp;quot; class=&amp;quot;InActiveTab&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;InActiveTab&amp;quot;&amp;gt; &amp;lt;em&amp;gt; &amp;lt;span class=&amp;quot;tabTxt&amp;quot;&amp;gt;HtmlView&amp;lt;/span&amp;gt; &amp;lt;/em&amp;gt; &amp;lt;/span&amp;gt; &amp;lt;/a&amp;gt; &amp;lt;/li&amp;gt; Now I can see there are two &amp;lt;a&amp;gt; tags which when clicked actually swap their respective classes around. I.E. if the InActiveTab was clicked...(&lt;a href="http://forums.asp.net/thread/3556549.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7274729" width="1" height="1"&gt;</description></item><item><title>Strange issue with Google Chrome</title><link>http://forums.asp.net/thread/3556546.aspx</link><pubDate>Wed, 09 Dec 2009 17:03:57 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7274730</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=7274730</wfw:commentRss><comments>http://forums.asp.net/thread/3556546.aspx#comments</comments><description>I am not sure whether the issue I am facing is Ajax related or not and whether this is the right forum for this question at all. I am encountering a strange issue while testing newly developed web pages on google chrome. To give you a brief idea, my web pages allow user to perform search based on search criteria selected using different drop down lists on the page. Search result displays links to web pages on different site. The requirement is, if user clicks any of the links to visit those web pages and clicks browser back to come to search page, the state of the page should be maintained. That is the drop down lists should display same set of options with same selected option and the same set of search results. I have disbled page caching...(&lt;a href="http://forums.asp.net/thread/3556546.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7274730" width="1" height="1"&gt;</description></item><item><title>Asynchronous post back issue</title><link>http://forums.asp.net/thread/3556374.aspx</link><pubDate>Wed, 09 Dec 2009 15:42:16 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7274710</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=7274710</wfw:commentRss><comments>http://forums.asp.net/thread/3556374.aspx#comments</comments><description>We recently updated our application with latest Ajax 3.0.30930.0 and implemented tab control, HTML editor and combo boxes in our application and its all working fine in our development environment; after deploying application into our server asynchronous call is not working it is doing a complete page post back. But the asynchronous call is working fine on IE version 7. We have already updated .NET 3.5 SP1 on our server, Could any one clarify what can be done to solve this. Thanks Basheer Read More......(&lt;a href="http://forums.asp.net/thread/3556374.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7274710" width="1" height="1"&gt;</description></item><item><title>New feature in ajax?</title><link>http://forums.asp.net/thread/3556347.aspx</link><pubDate>Wed, 09 Dec 2009 15:24:15 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7274709</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=7274709</wfw:commentRss><comments>http://forums.asp.net/thread/3556347.aspx#comments</comments><description>When ajax change from ajax 1.0 to ajax 3.5, how many new feature has already added into ajax? Thanks. Read More......(&lt;a href="http://forums.asp.net/thread/3556347.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7274709" width="1" height="1"&gt;</description></item><item><title>Is it possible to make a hole inside an updatepanel?</title><link>http://forums.asp.net/thread/3556254.aspx</link><pubDate>Wed, 09 Dec 2009 14:21:14 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7274666</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=7274666</wfw:commentRss><comments>http://forums.asp.net/thread/3556254.aspx#comments</comments><description>UpdatePanel is used for rendering part of a page. It looks like an island is made in the page. The island can be re-rendered without influence on its circumstance. Is it possible to make a hole (for example, an area defined with DIV element) inside an updatepanel? That means the island can be re-rendered without influence on parts of its internal area. One real case is : I need to put a silverlight control inside the updatepanel, but I don&amp;#39;t like the silverlight re-initialized everytime the page is postback. althoutht I can achieve this by other way, but it will be much more efficient if hole can be defined inside an updatepanel. If it is impossible just now, I hope Microsoft could take the &amp;#39;hole&amp;#39; into account for the future. I believe...(&lt;a href="http://forums.asp.net/thread/3556254.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7274666" width="1" height="1"&gt;</description></item><item><title>Triggers &amp; Asynchronous postback control Id  UpdatePanel</title><link>http://forums.asp.net/thread/3555918.aspx</link><pubDate>Wed, 09 Dec 2009 10:36:05 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7274519</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=7274519</wfw:commentRss><comments>http://forums.asp.net/thread/3555918.aspx#comments</comments><description>Hello, I have a Update panel and script manager in Master page. In child pages i have fileupload controls . then how can i set Triggers and Asynchronous postback controll Id for child pages fileupload controls Regards Riju A.O Read More......(&lt;a href="http://forums.asp.net/thread/3555918.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7274519" width="1" height="1"&gt;</description></item><item><title>Button.Click Event not firing inside UpdatePanel</title><link>http://forums.asp.net/thread/3555826.aspx</link><pubDate>Wed, 09 Dec 2009 09:57:14 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7274492</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=7274492</wfw:commentRss><comments>http://forums.asp.net/thread/3555826.aspx#comments</comments><description>Hey, guys. I&amp;#39;ve got some controls in an Update Panel (which is contained within the TargetControl of a AJAX ModalPopupExtender), namely a couple of buttons. When I click on the buttons, they don&amp;#39;t fire the .Click event and I&amp;#39;m pretty sure they&amp;#39;re not even posting back, even after I&amp;#39;ve set ChildrenAsTriggers=&amp;quot;true&amp;quot; Here&amp;#39;s what I&amp;#39;ve got. &amp;lt;cc1:ModalPopupExtender ID=&amp;quot;puEditEvent&amp;quot; runat=&amp;quot;server&amp;quot; TargetControlID=&amp;quot;panEditEvent&amp;quot; PopupControlID=&amp;quot;panEditEvent&amp;quot;&amp;gt; &amp;lt;/cc1:ModalPopupExtender&amp;gt; &amp;lt;asp:Panel id=&amp;quot;panEditEvent&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt; &amp;lt;asp:UpdatePanel ID=&amp;quot;upEditEvent&amp;quot; runat=&amp;quot;server&amp;quot; UpdateMode=&amp;quot;Conditional&amp;quot; ChildrenAsTriggers...(&lt;a href="http://forums.asp.net/thread/3555826.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7274492" width="1" height="1"&gt;</description></item><item><title>Hide textbox of AsyncFileUpload control</title><link>http://forums.asp.net/thread/3555735.aspx</link><pubDate>Wed, 09 Dec 2009 09:24:11 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7274475</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=7274475</wfw:commentRss><comments>http://forums.asp.net/thread/3555735.aspx#comments</comments><description>Hi, is there a way to just display the button of the AsyncFileUpload so that there won&amp;#39;t be displayed the textbox next to? Thanks Andre Read More......(&lt;a href="http://forums.asp.net/thread/3555735.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7274475" width="1" height="1"&gt;</description></item><item><title>Retrieving output results directly from webservices through URL</title><link>http://forums.asp.net/thread/3555137.aspx</link><pubDate>Wed, 09 Dec 2009 03:18:20 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7274272</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=7274272</wfw:commentRss><comments>http://forums.asp.net/thread/3555137.aspx#comments</comments><description>Please excuse me if I sound ignorant, but I need some help that the learning videos did not address. I am in a little bit of a problem spot. I have a Flash that have to consume XML from a webservice written in C# ASP.NET I have written a webservice with a public function that produces the needed XML w/o any input. I tested it out the only traditional way I know of by going to the exact URL and then clicking on the function name displayed and then click the Invoke button to call the function. Now, I may be missing something here. What is the best way to call the webservices&amp;#39; public function to directly have the function produce the output through the URL that can be passed to Flash and get the XML? I tried re-entering the URL after the Invoke...(&lt;a href="http://forums.asp.net/thread/3555137.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7274272" width="1" height="1"&gt;</description></item><item><title>How to Close User Control inside the ModalPopUp Extender</title><link>http://forums.asp.net/thread/3555046.aspx</link><pubDate>Wed, 09 Dec 2009 01:56:22 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7274271</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=7274271</wfw:commentRss><comments>http://forums.asp.net/thread/3555046.aspx#comments</comments><description>Hi, I have a modal popup extender inside it is a user control. My problem is how am I going to close the modal, of course it can&amp;#39;t be Modalpopupextender.Hide. The scenario is after i click an item in grid, the item will be search to the db(of course it need postback) then all the values that is base on the querry will be posted in the page Read More......(&lt;a href="http://forums.asp.net/thread/3555046.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7274271" width="1" height="1"&gt;</description></item><item><title>Nested Modal Popups in FF not centered until resize</title><link>http://forums.asp.net/thread/3554856.aspx</link><pubDate>Tue, 08 Dec 2009 22:30:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7274056</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=7274056</wfw:commentRss><comments>http://forums.asp.net/thread/3554856.aspx#comments</comments><description>Has anyone had any issues with nested Modal Popups in FF? The first Modal Popup is centered correctly, then when I open another modal popup on top of that popup it opens down and to the right. The weird part is if I resize the browser window or use the scroll bar the 2nd modal popup pops to its correct place in the center of my screen over the first popup. All is fine and well in ie. Any ideas? Read More......(&lt;a href="http://forums.asp.net/thread/3554856.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7274056" width="1" height="1"&gt;</description></item><item><title>CascadingDropDown lists with dynamic database items</title><link>http://forums.asp.net/thread/3554629.aspx</link><pubDate>Tue, 08 Dec 2009 19:43:13 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7273973</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=7273973</wfw:commentRss><comments>http://forums.asp.net/thread/3554629.aspx#comments</comments><description>I&amp;#39;ve been working to implement CascadingDropDowns for my current website, but was having some issues implementing them. I resolved it, however, and will explain what I did below for others. To describe the specific situation, I have a GridView with customer account information, including what agency they belong to. I have an Edit button in my GridView which popups an AJAX ModalPopup allowing the user to change values. I do everything in this ModalPopup client-side using AJAX and Javascript. In the ModalPopup, I have two CascadingDropDowns. The problem with CascadingDropDowns as I see it is the strictness of the service that populates them. There is no flexibility in the signature of the WebMethods so you can&amp;#39;t pass or access variables...(&lt;a href="http://forums.asp.net/thread/3554629.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7273973" width="1" height="1"&gt;</description></item><item><title>Update progress control placed  in a user control not working</title><link>http://forums.asp.net/thread/3554620.aspx</link><pubDate>Tue, 08 Dec 2009 19:33:31 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7273974</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=7273974</wfw:commentRss><comments>http://forums.asp.net/thread/3554620.aspx#comments</comments><description>Hi experts , I made a user control with a search facility.It contains a textbox ,a search button and a gridview to display the results.I put an update progress control in this user control so that it will convey the &amp;quot;loading&amp;quot; feeling to the user.But it is not working.Is it forbidden to place the update progress control within a webuser control? Read More......(&lt;a href="http://forums.asp.net/thread/3554620.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7273974" width="1" height="1"&gt;</description></item><item><title>AJAX single page command processor</title><link>http://forums.asp.net/thread/3554298.aspx</link><pubDate>Tue, 08 Dec 2009 16:13:07 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7273905</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=7273905</wfw:commentRss><comments>http://forums.asp.net/thread/3554298.aspx#comments</comments><description>Hi, I apologise if this is a dummy question, but hopefully someone won&amp;#39;t mind helping me out. If you use a GridView on an ASP.NET page and enable sorting, then what you end up with is a table of content, where the header columns are links that do a postback to re-sort the data. This works by setting two hidden variables on the form, one to the name of the GridView (&amp;quot;GridView1&amp;quot;) and another to the operation you wish to perform (&amp;quot;Sort$ColumnName&amp;quot;). When the page is submitted, the general logic is that a command (&amp;quot;Sort&amp;quot;) is passed to a control (&amp;quot;GridView1&amp;quot;) with a parmeter (&amp;quot;ColumnName&amp;quot;) and so it regenerates itself with the new, now sorted content. I have a situation that is similar, but I...(&lt;a href="http://forums.asp.net/thread/3554298.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7273905" width="1" height="1"&gt;</description></item><item><title>Accessing server control properties with AJAX?</title><link>http://forums.asp.net/thread/3554182.aspx</link><pubDate>Tue, 08 Dec 2009 15:09:07 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7273832</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=7273832</wfw:commentRss><comments>http://forums.asp.net/thread/3554182.aspx#comments</comments><description>Hello, I&amp;#39;m quite new to working with AJAX and I&amp;#39;m trying to figure out how to access and update properties for a server control. Basically what I want to do is: I have two main server controls; a textbox and a MultiView. I want the MultiView-control to change it&amp;#39;s ActiveViewIndex depending on what the user inputs in the textbox (a validation of sorts). This would be easy if I had a button to perform a postback obviously. But I want this to be performed &amp;quot;live&amp;quot;, just as the user inputs his information. I would appreciate any help. Thanks! Read More......(&lt;a href="http://forums.asp.net/thread/3554182.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7273832" width="1" height="1"&gt;</description></item></channel></rss>