Sunday, March 3, 2019

Best way to display a loading animation on a webform after the user clicks a button that causes a file to be generated on the code behind? The file takes about 15 seconds to generate and is passed back with Response.Write.

I was able to get the animation working with an UpdatePanel + UpdateProgress but apparently this doesn’t work with Response.Write.

I’m new to ASP, any suggestions? My hurdle is that I’m not sure how to hide the animation once the file is ready to download.

Best way to display a loading animation on a webform after the user clicks a button that causes a file to be generated on the code behind? The file takes about 15 seconds to generate and is passed back with Response.Write. Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team