Re: Export to .csv problem
I don't know if it makes any difference, but Content-type should be text/plain. A .CSV file can be opened with Excel, but is not by definition also the same type.
Also try setting the content type as follow
Code:
Response.ContentType = "text/plain";
Re: Export to .csv problem
Hi danny,
I will replace with your code & try.
But I am bit concerned about the thing that the same (existing) code is working for other users. Only for this user it not...
So I am curious to know whether it is due to any IE browser settings...Or any other client pc issue.
If you have any ans...please help me to understand...
Note:
I generated the csv file from my pc... Copied it to the users pc... & tried opening it...
There is no problem in opening the .csv file from the clients pc.
Only it is not accepting from the application.
Thanks
Priya
Re: Export to .csv problem
Hi,
The export to .csv file is not working for one of the user.
For other users it is working fine.
=> Client PC specific.
Is ther any way to solve the issue without changing the program?
If any one know the solution, please help me on this.
Thanks
Priya
Re: Export to .csv problem
Hi.
Have you tried changing the content type? I don't think you should change the program. You need to know and understand why it is not working for this particular user. Do you have access to the client workstation? Or can you get the specifications (OS version, browser version and applications installed)?