


      <rss version="2.0">
         <channel>
            <title><![CDATA[.NET Curry: ASP.NET AJAX]]></title>
            <link>https://www.dotnetcurry.com/</link>
            <description>.NET Curry: the site for Microsoft Enthusiasts</description>
            <copyright>Copyright 2009 by Suprotim Agarwal on behalf of dotnetcurry.com</copyright>
   
      <item>
         <title><![CDATA[Using Script reference Profiler to Improve the Performance of an ASP.NET AJAX page]]></title>
         <author><![CDATA[Girish Dagdiya]]></author>
         <description><![CDATA[This article demonstrates how to use Script reference profiler to improve performance of an ASP.NET AJAX page.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=524]]></link>
         <pubDate>Mon, 14 Jun 2010 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[ASP.NET AJAX SlideShow Extender - Some Common Tips and Tricks]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[The ASP.NET AJAX SlideShow is cool extender control that comes with the ASP.NET AJAX control toolkit and can be used to create a Slide show by looping images in a round robin fashion. The images are configured with the SlideShow by using a PageMethod or a webservice. In this article, we will see common tips and tricks while using the SlideShow Extender control.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=287]]></link>
         <pubDate>Mon, 16 Mar 2009 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Using the ASP.NET AJAX ModalPopup in an ASP.NET 3.5 Application]]></title>
         <author><![CDATA[Malcolm Sheridan]]></author>
         <description><![CDATA[The following article demonstrates how to use the Microsoft Ajax Control Toolkit’s Modal Popup with an ASP.NET 3.5 application.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=285]]></link>
         <pubDate>Thu, 12 Mar 2009 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Executing ClientScript Before and After an Asynchronous PostBack using ASP.NET AJAX]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[A user recently mailed me to find out if there is a way to determine, when an asynchronous postback begins and ends in an ASP.NET AJAX page. He wanted to fire some JavaScript code during these events. Here’s how to determine the events.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=256]]></link>
         <pubDate>Tue, 13 Jan 2009 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[ASP.NET AJAX CollapsiblePanelExtender - Tips and Tricks]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[As given in the ASP.NET AJAX toolkit documentation, the CollapsiblePanel is a very flexible extender control that allows you to easily add collapsible sections to your web page. In this article, we will see six tips while working with the CollapsiblePanelExtender]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=230]]></link>
         <pubDate>Thu, 20 Nov 2008 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[3 Different Ways to Display Progress in an ASP.NET AJAX Application]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[In this article, we will study three different techniques that allow you to visually display progress to users while performing partial-page updates using the UpdatePanel. ]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=227]]></link>
         <pubDate>Mon, 10 Nov 2008 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[GridView Paging using ASP.NET AJAX Slider Extender]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[In this article, we will explore how to implement paging in an ASP.NET GridView using an ASP.NET AJAX Slider Extender. ]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=219]]></link>
         <pubDate>Thu, 23 Oct 2008 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[6 Tips for Working with the ASP.NET AJAX  Accordion Control]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[Here are 6 tips that could help you out in your projects while dealing with ASP.NET AJAX Accordion Control.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=215]]></link>
         <pubDate>Wed, 15 Oct 2008 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Using the ASP.NET AJAX Accordion to Dynamically Display Content From the Database]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[In this article, we will see how to dynamically pull data from the database and display it using an ASP.NET AJAX Accordion control. We will be using the data from the Employees table of the Northwind database. We have specifically chosen this table so in order to demonstrate how to display images dynamically in an Accordion control.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=213]]></link>
         <pubDate>Sat, 11 Oct 2008 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Display Master-Detail Data with the ModalPopup Extender and GridView]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[In the past we have often used the combination of the GridView and DetailsView to display Master-Detail data. Similarly, developers have used pop-ups to depict similar scenarios where a user clicks on a ‘master’ row and the details are displayed in a pop-up window. I was recently exploring the ModalPopup extender control which allows a page to display content to the user in a "modal" manner. I thought of trying out the Master-Details scenario using the ModalPopup Extender. This article discusses how to do so]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=212]]></link>
         <pubDate>Thu, 09 Oct 2008 00:00:00 GMT</pubDate>
      </item>
   
         </channel>
      </rss>  
   