This is a migrated thread and some comments may be shown as answers.

Download Progressbar

0 Answers 55 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
El
Top achievements
Rank 1
El asked on 10 Aug 2009, 09:24 AM
Ok i need to download data feed file (XML) and it works fine except that i cannot show up the progress bar.

WebClient client = new WebClient(); 
client.DownloadFile(@"http://feed.sitename.com/page.aspx?param=value", System.IO.Path.Combine(Server.MapPath("~"), "latestdata.xml")); 
client.Dispose(); 

What rad ajax controls i need to use in order to display the progress and where to place my code?

Thanks



No answers yet. Maybe you can help?

Tags
Ajax
Asked by
El
Top achievements
Rank 1
Share this question
or