<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with AJAX</title>
    <description>the latest stories tagged with 'AJAX' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>MultiHandleSliderExtender could not be set on property MultiHandleSlid</title>
      <description>I was working with the AJAX MultiHandleSliderExtender control, the thing that bother me the most is the error listed below at design time. The code didn't throw any error at runtime.

Error Creating Control - MultiHandleSliderExtender1
'cc1:MultiHandleSliderExtender could not be set on property MultiHandleSliderTargets' &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.ysatech.com%2fpost%2f2010%2f02%2f07%2fMultiHandleSliderExtender-could-not-be-set-on-property-MultiHandleSliderTargets.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.ysatech.com%2fpost%2f2010%2f02%2f07%2fMultiHandleSliderExtender-could-not-be-set-on-property-MultiHandleSliderTargets.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/MultiHandleSliderExtender_could_not_be_set_on_property_MultiHandleSlid</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/MultiHandleSliderExtender_could_not_be_set_on_property_MultiHandleSlid</guid>
      <pubDate>Mon, 08 Feb 2010 04:34:59 GMT</pubDate>
    </item>
    <item>
      <title>Script Manager VS Toolkit Script Manager</title>
      <description>Demonstrates how using a Toolkit Script Manager instead of the regular Script Manager boosts the performance of an ASP.NET AJAX page. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdheerajstechwiki.blogspot.com%2f2010%2f02%2fscript-manager-vs-toolkit-script.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdheerajstechwiki.blogspot.com%2f2010%2f02%2fscript-manager-vs-toolkit-script.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Script_Manager_VS_Toolkit_Script_Manager</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Script_Manager_VS_Toolkit_Script_Manager</guid>
      <pubDate>Tue, 02 Feb 2010 21:08:57 GMT</pubDate>
    </item>
    <item>
      <title>An Approach to Multiple Browser Session Detection with AJAX</title>
      <description>A look into a technique at detecting multiple browser sessions associated with a single server session; a condition that can lead to unexpected corruption in applications with naive session reliance.  Consideration is given to performance and scalability while attempting to keep the solution simple and straightforward. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.emerle.net%2fpost%2f2010%2f02%2f02%2fAn-Approach-to-Multiple-Browser-Session-Detection.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.emerle.net%2fpost%2f2010%2f02%2f02%2fAn-Approach-to-Multiple-Browser-Session-Detection.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/An_Approach_to_Multiple_Browser_Session_Detection_with_AJAX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/An_Approach_to_Multiple_Browser_Session_Detection_with_AJAX</guid>
      <pubDate>Tue, 02 Feb 2010 14:50:13 GMT</pubDate>
    </item>
    <item>
      <title>Asp.net Ajax Error Handling</title>
      <description>ASP.Net Ajax is great for developing web applications. However there are some issues in presenting server side exceptions in the browser nicely. I actually needed the entire stack trace to be shown in the screen. Whenever I had an error while using Ajax, I used to get an alert with error message. Sometimes even I got notification in the status bar of the browser window. Instead of getting the error on the alert box, I wanted to get it on the body or label in the body of the browser window.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.vbknowledgebase.com%2f%3fId%3d126%26Desc%3dAsp.net-Ajax-Error-Handling"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.vbknowledgebase.com%2f%3fId%3d126%26Desc%3dAsp.net-Ajax-Error-Handling" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Asp_net_Ajax_Error_Handling</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Asp_net_Ajax_Error_Handling</guid>
      <pubDate>Tue, 02 Feb 2010 10:29:36 GMT</pubDate>
    </item>
    <item>
      <title>Enable cross-site XMLHttpRequest with W3C spec CORS</title>
      <description>Firefox 3.5 and Safari 4 implement the CORS specification, using XMLHttpRequest as an "API container" that sends and receives the appropriate headers on behalf of the web developer, thus allowing cross-site requests. IE8 implements part of the CORS specification, using XDomainRequest as a similar "API container" for CORS, enabling simple cross-site GET and POST requests. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhacks.mozilla.org%2f2009%2f07%2fcross-site-xmlhttprequest-with-cors%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhacks.mozilla.org%2f2009%2f07%2fcross-site-xmlhttprequest-with-cors%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Enable_cross_site_XMLHttpRequest_with_W3C_spec_CORS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Enable_cross_site_XMLHttpRequest_with_W3C_spec_CORS</guid>
      <pubDate>Tue, 26 Jan 2010 22:55:01 GMT</pubDate>
    </item>
    <item>
      <title>Visual WebGui 6.4 beta 1 released w/ jQuery integration</title>
      <description>The new Ajax applications framework version offers upgraded performance, scalability and complete developer and designer freedom to design and customize Web 2.0 like user interfaces including increased customizability with the new control level designer, theme designer and jQuery integration &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.visualwebgui.com%2fDevelopers%2fNews%2ftabid%2f328%2farticleType%2fArticleView%2farticleId%2f765%2fVisual-WebGui-64-beta-1-released-w-jQuery-integration.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.visualwebgui.com%2fDevelopers%2fNews%2ftabid%2f328%2farticleType%2fArticleView%2farticleId%2f765%2fVisual-WebGui-64-beta-1-released-w-jQuery-integration.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Visual_WebGui_6_4_beta_1_released_w_jQuery_integration</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Visual_WebGui_6_4_beta_1_released_w_jQuery_integration</guid>
      <pubDate>Fri, 22 Jan 2010 21:04:37 GMT</pubDate>
    </item>
    <item>
      <title>Performance Optimizations Made By JavaScript Minimizers</title>
      <description>In the first post about JavaScript compression and the different levels supported by the three major competitors in the JavaScript minimization, obfuscation, and optimization tools space.  I the article I discussed which tool provided the best compression in regards to the resulting byte count.  And found that Google took the over all crown with Microsoft following very closely behind. This post will look at the performance optimizations made to the code, after it is run through the JavaScript Minimizers &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.coderjournal.com%2f2010%2f01%2fperformance-optimizations-made-by-microsoft-google-and-yahoo-javascript-minimizers%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coderjournal.com%2f2010%2f01%2fperformance-optimizations-made-by-microsoft-google-and-yahoo-javascript-minimizers%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Performance_Optimizations_Made_By_JavaScript_Minimizers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Performance_Optimizations_Made_By_JavaScript_Minimizers</guid>
      <pubDate>Thu, 21 Jan 2010 13:06:37 GMT</pubDate>
    </item>
    <item>
      <title>Yahoo YUI Compressor vs. MS AJAX Minifier vs. Google Closure Compiler</title>
      <description>A while back, YUI Compressor was king of the hill, and for the most part the only game in town that was really designed for production use.  Since then a number of new competitors have been released by Google and Microsoft, and Nick Berardi checks out how they stacked up against the YUI Compressor. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.coderjournal.com%2f2010%2f01%2fyahoo-yui-compressor-vs-microsoft-ajax-minifier-vs-google-closure-compiler%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coderjournal.com%2f2010%2f01%2fyahoo-yui-compressor-vs-microsoft-ajax-minifier-vs-google-closure-compiler%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Yahoo_YUI_Compressor_vs_MS_AJAX_Minifier_vs_Google_Closure_Compiler</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Yahoo_YUI_Compressor_vs_MS_AJAX_Minifier_vs_Google_Closure_Compiler</guid>
      <pubDate>Wed, 20 Jan 2010 16:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Visual WebGui Ajax framework/platform</title>
      <description>.NET #1 open source data centric Ajax Framework &amp;amp; Platform. It provides the simplest, VB6 desktop-like Ajax development. Point &amp;amp; Click Windows or 2.0 User interfaces designer.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsourceforge.net%2fprojects%2fvisualwebgui%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsourceforge.net%2fprojects%2fvisualwebgui%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Visual_WebGui_Ajax_framework_platform</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Visual_WebGui_Ajax_framework_platform</guid>
      <pubDate>Mon, 18 Jan 2010 08:22:23 GMT</pubDate>
    </item>
    <item>
      <title>SharpTemplate - A strongly typed HTML templating solution for Script#</title>
      <description>SharpTemplate is a HTML templating engine that seamlessly integrates with Script# to provide compile time, strongly typed, super efficient HTML templating capabilities for productive rich web application development.  Some of its advantages are listed below.

    * Converts HTML into C# that gets compiled by Script#
    * Benefits from strong typing for all variable / API references that occur within the HTML
    * Generated HTML templates are super efficient due to compile time pre-processing that helps avoid regex matching in JavaScript unlike many other templating engines
    * Familiar templating syntax (based upon Asp.Net)
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fxtreemgeek.net%2fprojects%2fsharptemplate%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fxtreemgeek.net%2fprojects%2fsharptemplate%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/SharpTemplate_A_strongly_typed_HTML_templating_solution_for_Script</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/SharpTemplate_A_strongly_typed_HTML_templating_solution_for_Script</guid>
      <pubDate>Sat, 16 Jan 2010 11:05:37 GMT</pubDate>
    </item>
    <item>
      <title>10 Super jQuery and Ajax Scripts for Web Developers</title>
      <description>In this post I have shared free jQuery and Ajax scripts to help our upcoming web developers. In this list includes - A Drop-Down Menu Plugin for jQuery, Rotating jQuery Tabs, Sliding Login Panel with jQuery, AJAX Loading Panel, Mysql Ajax Table Editor, jQuery youtube playlist plugin etc.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftutorialfeed.blogspot.com%2f2010%2f01%2f10-super-jquery-and-ajax-scripts-for.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftutorialfeed.blogspot.com%2f2010%2f01%2f10-super-jquery-and-ajax-scripts-for.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/10_Super_jQuery_and_Ajax_Scripts_for_Web_Developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/10_Super_jQuery_and_Ajax_Scripts_for_Web_Developers</guid>
      <pubDate>Fri, 15 Jan 2010 14:54:02 GMT</pubDate>
    </item>
    <item>
      <title>How you can force the Ajax Script Loader to use jQuery 1.4</title>
      <description>How to modify the new ASP.NET Ajax Script Loader to inject jQuery 1.4 instead of 1.3.2, without waiting on the team to update Start.js.  Also covers how to make it use jQuery Validate 1.6 instead of 1.5.5. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2010%2f01%2f15%2fhow-you-can-force-the-ajax-script-loader-to-use-jquery-1-4%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2010%2f01%2f15%2fhow-you-can-force-the-ajax-script-loader-to-use-jquery-1-4%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/How_you_can_force_the_Ajax_Script_Loader_to_use_jQuery_1_4</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/How_you_can_force_the_Ajax_Script_Loader_to_use_jQuery_1_4</guid>
      <pubDate>Sun, 17 Jan 2010 04:45:01 GMT</pubDate>
    </item>
    <item>
      <title>Early Azure adopter sees financial benefits of cloud computing</title>
      <description>When Advanced Telemetry, an energy consumption monitoring and management provider, realized they could not accommodate their rapid growth with on-site infrastructure, they looked at cloud computing options to expand their computing resources.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.visualwebgui.com%2fGizmox%2fCompany%2fPressRoom%2fReviewsOpinions%2ftabid%2f468%2farticleType%2fArticleView%2farticleId%2f758%2fEarly-Azure-adopter-sees-financial-benefits-of-cloud-computing.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.visualwebgui.com%2fGizmox%2fCompany%2fPressRoom%2fReviewsOpinions%2ftabid%2f468%2farticleType%2fArticleView%2farticleId%2f758%2fEarly-Azure-adopter-sees-financial-benefits-of-cloud-computing.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Early_Azure_adopter_sees_financial_benefits_of_cloud_computing_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Early_Azure_adopter_sees_financial_benefits_of_cloud_computing_1</guid>
      <pubDate>Thu, 14 Jan 2010 12:08:14 GMT</pubDate>
    </item>
    <item>
      <title>14 Days of jQuery</title>
      <description>We're excited to bring you fourteen consecutive days of new releases to celebrate the release of jQuery 1.4. You'll notice that we're excited about the number fourteen since jQuery 1.4 is being released on the birthday of jQuery (January 14th) . So be sure to come back each day as another announcement is made and new content is released! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjquery14.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjquery14.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/14_Days_of_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/14_Days_of_jQuery</guid>
      <pubDate>Tue, 12 Jan 2010 18:34:42 GMT</pubDate>
    </item>
    <item>
      <title>Consuming .NET Webservice by Javascript</title>
      <description>I have a webService service.asmx and I would like to call and consum this webservice using XMLHttpRequest and SOAP. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fam-blog.no-ip.org%2fBlogEngine%2fpost%2f2009%2f12%2f25%2fConsuming-NET-Webservice-by-Javascript.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fam-blog.no-ip.org%2fBlogEngine%2fpost%2f2009%2f12%2f25%2fConsuming-NET-Webservice-by-Javascript.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Consuming_NET_Webservice_by_Javascript</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Consuming_NET_Webservice_by_Javascript</guid>
      <pubDate>Fri, 08 Jan 2010 15:02:23 GMT</pubDate>
    </item>
    <item>
      <title>Generating Dynamic HTML Tables with jQuery From an In-Memory DataTable</title>
      <description>A step by step tutorial which will walk you through the steps to:

1. Run an asynchronous SQL query against a database using JQuery
2. Serialize the data as a JSON string
3. Render the table data dynamically with jQuery to build an HTML table.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codecapers.com%2fpost%2fgenerating-dynamic-html-tables-with.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codecapers.com%2fpost%2fgenerating-dynamic-html-tables-with.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Generating_Dynamic_HTML_Tables_with_jQuery_From_an_In_Memory_DataTable</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Generating_Dynamic_HTML_Tables_with_jQuery_From_an_In_Memory_DataTable</guid>
      <pubDate>Fri, 08 Jan 2010 00:59:46 GMT</pubDate>
    </item>
    <item>
      <title>How to Send an E-mail using Gmail in ASP.Net</title>
      <description>There are many ways that an application can use to communicate with users. Some users are used to message box popping up and some users are annoyed because this affect the work flow. Some think it's better to read these messages later. One more thing I saw is that most of the users hate the yellow screen of death. Maybe we need not to show them this message and trap this globally and send this messages t our self.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle747-how-to-send-an-email-using-gmail-in-aspnet-.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle747-how-to-send-an-email-using-gmail-in-aspnet-.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/How_to_Send_an_E_mail_using_Gmail_in_ASP_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/How_to_Send_an_E_mail_using_Gmail_in_ASP_Net</guid>
      <pubDate>Thu, 07 Jan 2010 13:48:11 GMT</pubDate>
    </item>
    <item>
      <title>Set Page Position after asyncPostback in AJAX</title>
      <description>This article explains a simple trick to set the page position to any coordinates after async Postback. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle761-set-page-position-after-asyncpostback-in-ajax-.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle761-set-page-position-after-asyncpostback-in-ajax-.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Set_Page_Position_after_asyncPostback_in_AJAX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Set_Page_Position_after_asyncPostback_in_AJAX</guid>
      <pubDate>Thu, 07 Jan 2010 13:42:49 GMT</pubDate>
    </item>
    <item>
      <title>Handling Exceptions using jQuery and ASP.NET MVC</title>
      <description>Using AJAX has become one of the de facto practices in many web based RIAs. The use of jQuery is on the rise in many web applications, especially the ones built using ASP.NET MVC. Making AJAX calls using jQuery is quick and easy. A typical web request can have an expected response or an exception. It is therefore important to catch exceptions when we make any AJAX calls so that we can show some message which makes sense to the user.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2f2leggedspider.wordpress.com%2f2009%2f12%2f22%2fhandling-exceptions-using-jquery-and-asp-net-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2f2leggedspider.wordpress.com%2f2009%2f12%2f22%2fhandling-exceptions-using-jquery-and-asp-net-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Handling_Exceptions_using_jQuery_and_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Handling_Exceptions_using_jQuery_and_ASP_NET_MVC</guid>
      <pubDate>Wed, 30 Dec 2009 05:57:37 GMT</pubDate>
    </item>
    <item>
      <title>My top 3 IT New Year's Resolutions </title>
      <description>As we head into 2010, technological companies and experts are making their predictions as to what the New Year can expect to bring while reviewing the best of 2009. Navot Peled, CEO of Gizmox a .NET based web/cloud solution, has three personal resolutions to share with developers and the IT community, focusing on commitments that he is making. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fvisualwebgui%2farchive%2f2009%2f12%2f29%2fmy-top-3-it-new-year-s-resolutions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fvisualwebgui%2farchive%2f2009%2f12%2f29%2fmy-top-3-it-new-year-s-resolutions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/My_top_3_IT_New_Year_s_Resolutions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/My_top_3_IT_New_Year_s_Resolutions</guid>
      <pubDate>Tue, 29 Dec 2009 13:26:58 GMT</pubDate>
    </item>
    <item>
      <title>How to add AJAX effects to your site in minutes</title>
      <description>Use JQuery javascript library to achieve professional looking sites, with popular Web 2.0 interaction  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.flixya.com%2fvideo%2f2418486%2fHow_to_add_AJAX_effects_to_your_site_in_minutes"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.flixya.com%2fvideo%2f2418486%2fHow_to_add_AJAX_effects_to_your_site_in_minutes" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/How_to_add_AJAX_effects_to_your_site_in_minutes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/How_to_add_AJAX_effects_to_your_site_in_minutes</guid>
      <pubDate>Fri, 25 Dec 2009 17:23:57 GMT</pubDate>
    </item>
    <item>
      <title>HTML based file upload/download to FTP server using HttpHandler in C#</title>
      <description>In this article, i will examined how to upload/download file from HTML client to FTP server using HttpHandler in C#. This approach can be very handy for application integration. Here is our html code that will consume HttpHandlers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.fairnet.com%2fpost%2f2009%2f12%2f24%2fHTML-based-file-uploaddownload-to-FTP-server-using-HttpHandler-in-C.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.fairnet.com%2fpost%2f2009%2f12%2f24%2fHTML-based-file-uploaddownload-to-FTP-server-using-HttpHandler-in-C.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/HTML_based_file_upload_download_to_FTP_server_using_HttpHandler_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/HTML_based_file_upload_download_to_FTP_server_using_HttpHandler_in_C</guid>
      <pubDate>Thu, 24 Dec 2009 19:23:30 GMT</pubDate>
    </item>
    <item>
      <title>MSDN Webcast: Visual Basic 6 Simplicity for the web and cloud</title>
      <description>Have you asked yourself why Web development tasks are so complex? Why must you master so many different coding languages and moving-target standards to develop a single line-of-business Web application? Do you understand what it takes to optimize an application's performance and security and to minimize the bandwidth and the CPU consumption without drastically raising the development costs and time-to-market?  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.visualwebgui.com%2fGizmox%2fCompany%2fEvents%2fEvents%2ftabid%2f498%2farticleType%2fArticleView%2farticleId%2f748%2fMSDN-Webcast-Wednesday-Jan-27.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.visualwebgui.com%2fGizmox%2fCompany%2fEvents%2fEvents%2ftabid%2f498%2farticleType%2fArticleView%2farticleId%2f748%2fMSDN-Webcast-Wednesday-Jan-27.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/MSDN_Webcast_Visual_Basic_6_Simplicity_for_the_web_and_cloud</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/MSDN_Webcast_Visual_Basic_6_Simplicity_for_the_web_and_cloud</guid>
      <pubDate>Tue, 15 Dec 2009 22:58:56 GMT</pubDate>
    </item>
    <item>
      <title>New Ajax Data View for Microsoft SharePoint</title>
      <description>Virtosoftware has released a new Microsoft SharePoint Ajax web part for convenient displaying SharePoint list and SQL items - Virto DataGrid.

New Virto DataGrid web part for Microsoft SharePoint 2007, presented today by Virtosoftware, provides users with a wide range of tools for displaying items SharePoint list and SQL items in a single grid view. With the new easy-to-install and simple-to-use web part users do not need to work with SharePoint Designer to make custom grids anymore. Virto DataGrid is a ready-to-use Ajax-enabled JavaScript control that displays items from SharePoint lists (from a site or a site collection) or SQL items in a single grid.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.virtosoftware.com%2fblogs%2fupdates%2farchive%2f2009%2f12%2f11%2fvirtosoftware-announces-a-new-web-part-for-sharepoint-virto-datagrid.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.virtosoftware.com%2fblogs%2fupdates%2farchive%2f2009%2f12%2f11%2fvirtosoftware-announces-a-new-web-part-for-sharepoint-virto-datagrid.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/New_Ajax_Data_View_for_Microsoft_SharePoint</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/New_Ajax_Data_View_for_Microsoft_SharePoint</guid>
      <pubDate>Tue, 15 Dec 2009 14:51:00 GMT</pubDate>
    </item>
    <item>
      <title>Design of Selenium tests for ASP.NET: Testing AJAX</title>
      <description>When it comes to AJAX, UI tests started to behave unexpectedly. Sometimes they fail, sometimes pass. This article shows how to handle  AJAX requests in Selenium tests from ASP.NET &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fslmoloch.blogspot.com%2f2009%2f12%2fdesign-of-selenium-tests-for-aspnet_13.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fslmoloch.blogspot.com%2f2009%2f12%2fdesign-of-selenium-tests-for-aspnet_13.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Design_of_Selenium_tests_for_ASP_NET_Testing_AJAX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Design_of_Selenium_tests_for_ASP_NET_Testing_AJAX</guid>
      <pubDate>Sun, 13 Dec 2009 11:03:17 GMT</pubDate>
    </item>
  </channel>
</rss>