Not sure if this is the best forum for this question. Let me know if I should post it somewhere else.
I have a DLL called from ASP that creates an Excel file. After file creation the ASP page redirects to the excel file which opens a dialog giving the user the option of saving the file to disk or opening the file. If he opts to open the file, it will open in the browser whereupon he can view/edit etc. If he then clicks the browser back button to return to the asp page, it will do so as expected. However, I have found that Excel is left running in the background in an invisible state. Whihc of course clutters things up.
So, what is the proper way to handle this situation so excel will not be left hanging?
Thanks
I have a DLL called from ASP that creates an Excel file. After file creation the ASP page redirects to the excel file which opens a dialog giving the user the option of saving the file to disk or opening the file. If he opts to open the file, it will open in the browser whereupon he can view/edit etc. If he then clicks the browser back button to return to the asp page, it will do so as expected. However, I have found that Excel is left running in the background in an invisible state. Whihc of course clutters things up.
So, what is the proper way to handle this situation so excel will not be left hanging?
Thanks