Click here to Skip to main content
15,896,726 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hai,
I Created a ASP Page. On Clicking a button it downloads a page.
i want to perform some action once download is complete.
Is there is any method or event handler to handle this situation.



Regards,
K.Priya
Posted

1 solution

You need to do an asynchronous download.
Once the download completes, run the code that you need.

Here[^] is a good example that uses the Webclient class.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900