ASP.NET - I am generating an .XLS file and I need to send it to the visitor
Posted
by hamlin11
on Stack Overflow
See other posts from Stack Overflow
or by hamlin11
Published on 2010-04-29T19:34:42Z
Indexed on
2010/04/29
19:37 UTC
Read the original article
Hit count: 319
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
© Stack Overflow or respective owner