Some background:
We have a website where the customers go to see their orders.
They want to be able to download data (the orders) from my SQL database in Excel, or Access, or Text format.
There should be no problem exporting from SQL Server. But that's not why I'm here.
ASP Question:
I have to create a file somewhere, and it needs to be unique to each user, Yes?. How would I create an auto download where the file gets pushed out to the user?
You know, like when yo go download somewhere and the screen comes up and you didn't click on any link, but your download screen comes up asking you to save or open.
This would happen when they clicked on a button that said "Download your orders in Excel Format".
Am I making any sense?
We have a website where the customers go to see their orders.
They want to be able to download data (the orders) from my SQL database in Excel, or Access, or Text format.
There should be no problem exporting from SQL Server. But that's not why I'm here.
ASP Question:
I have to create a file somewhere, and it needs to be unique to each user, Yes?. How would I create an auto download where the file gets pushed out to the user?
You know, like when yo go download somewhere and the screen comes up and you didn't click on any link, but your download screen comes up asking you to save or open.
This would happen when they clicked on a button that said "Download your orders in Excel Format".
Am I making any sense?