<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to: Download a file from the Internet with C#</title>
	<atom:link href="http://blog.net-tutorials.com/2009/03/16/how-to-download-a-file-from-the-internet-with-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.net-tutorials.com/2009/03/16/how-to-download-a-file-from-the-internet-with-c/</link>
	<description>On everything .NET</description>
	<lastBuildDate>Wed, 06 Jan 2010 08:55:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mahdi</title>
		<link>http://blog.net-tutorials.com/2009/03/16/how-to-download-a-file-from-the-internet-with-c/comment-page-1/#comment-4725</link>
		<dc:creator>Mahdi</dc:creator>
		<pubDate>Wed, 06 Jan 2010 08:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.net-tutorials.com/2009/03/16/how-to-download-a-file-from-the-internet-with-c/#comment-4725</guid>
		<description>Hello
I&#039;m trying to create a Downloader control for ASP.Net Ajax. Using the WebClient.DownloadFileAsync() requires you to write Async=&quot;true&quot; in your  directive and it&#039;s slightly unpleasant.
On the other hand, for an unknown reason -to me- the AJAX Timer won&#039;t simply work! The request goes to the server, Download will start asynchronously and the events for ProgressChange and DownloadComplete will fire really nice on the server, but the page never gets back to the client before the file is downloaded and therefore thre will be no Timer_Tick()s!

Do you suggest anything?</description>
		<content:encoded><![CDATA[<p>Hello<br />
I&#8217;m trying to create a Downloader control for ASP.Net Ajax. Using the WebClient.DownloadFileAsync() requires you to write Async=&#8221;true&#8221; in your  directive and it&#8217;s slightly unpleasant.<br />
On the other hand, for an unknown reason -to me- the AJAX Timer won&#8217;t simply work! The request goes to the server, Download will start asynchronously and the events for ProgressChange and DownloadComplete will fire really nice on the server, but the page never gets back to the client before the file is downloaded and therefore thre will be no Timer_Tick()s!</p>
<p>Do you suggest anything?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
