I have certain Report Links. When clicking on this I have a .NET/C# library that generates Excel & associated Charts using Excel COM Interop. After it generates it drops the file in a Web Share.
My effort is when I click on the Report Link. I want to open the Excel file with a traditional Open/Save As Options. My GUI is built using jQuery UI.
I already have a stand alone ASP.NET web Page if executed opens the file with the Pop Up to save since the Response MIME Type is Excel. But when I use Ajax Call through jQuery it doesnt download the file
What is the best way to integrate this solution ?