Posted on: 12/5/2013 7:39:20 PM | Views : 811

Created an ASP.NET/C# application that creates an excel file after user makes option selections and then gives them the option of OPEN or Save the excel file after the file is created. It works well and just want to see if I can call the stored procedure and create excel file as another application to run in the background to see if it would run faster.  I thinking that I should used an Backgroundworker, but not to sure how to set up because I do not what to run any other process from the main thread, just display a working image and then after creating the excel file give the option to open or save the excel file.
Thanks for all help!

Go to the complete details ...