ASP.NET - I am generating an .XLS file and I need to send it to the visitor
- by hamlin11
When a user clicks a button, the server generates an Excel file.
When it is generated, I need for it be sent to the user as a standard download.
Is the correct way to do this to redirect the user to the path of the Excel file?
Thanks