Threads in ASP.NET

interactive

New member
Joined
Apr 9, 2003
Messages
1
Hi,

I have a small application that will ftp a file to the users ftp server. The file will be generated on the server using xml/xsl. If the user now starts the transfer he has to wait until the progress has finished. On slow ftp servers this can need more seconds so the user will not be happy by having a hanging website...

It would be nice that the website will show a status message "please wait" while the progress is running. After a second the page will be refreshed and the new status (finished or still in progress) will be shown...

Can I do this in ASP.NET, or do you have some ideas?

Kind Regards,
Michael
 
Back
Top