Tagged Questions
4
votes
2answers
1k views
Using updateprogress while generating a file with Response.write in ASP.NET
I am creating an Excel file with Response.write in my C# file and it takes 1-2 mins to create the file. I would like to make use of UpdateProgress to indicate that the file generation is in progress. ...