Downloading a CSV File

  • Thread starter Thread starter news.west.earthlink.net
  • Start date Start date
N

news.west.earthlink.net

All code-behind written in C# but not certain it is a C# issue...

I have a page that dynamically creates a csv file (maillist.csv) in a
users' directory by selecting current data from their database. A hyperlink
to this file is generated on the same page.

If I look in the directory on the server, the file shows up as maillist.csv.
However, when I right click to save the file it shows up as maillist.xls.

Does anyone know how to resolve this?

Regards
 
Sounds like an OS-file-association-related issue, rather then c#
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top