Click here to Skip to main content
15,886,689 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Error - can not create enum dynamically Pin
Abhijit Jana27-Sep-09 9:02
professionalAbhijit Jana27-Sep-09 9:02 
AnswerRe: Error - can not create enum dynamically Pin
Abhishek Sur27-Sep-09 9:20
professionalAbhishek Sur27-Sep-09 9:20 
QuestionArabic data is not displaying properly while exporting data to csv Pin
Khaja A. Imtiaz27-Sep-09 1:42
Khaja A. Imtiaz27-Sep-09 1:42 
AnswerRe: Arabic data is not displaying properly while exporting data to csv Pin
N a v a n e e t h27-Sep-09 1:44
N a v a n e e t h27-Sep-09 1:44 
GeneralRe: Arabic data is not displaying properly while exporting data to csv Pin
Khaja A. Imtiaz27-Sep-09 1:56
Khaja A. Imtiaz27-Sep-09 1:56 
GeneralRe: Arabic data is not displaying properly while exporting data to csv Pin
N a v a n e e t h27-Sep-09 2:08
N a v a n e e t h27-Sep-09 2:08 
GeneralRe: Arabic data is not displaying properly while exporting data to csv Pin
Khaja A. Imtiaz27-Sep-09 2:36
Khaja A. Imtiaz27-Sep-09 2:36 
AnswerRe: Arabic data is not displaying properly while exporting data to csv Pin
Abhishek Sur27-Sep-09 9:30
professionalAbhishek Sur27-Sep-09 9:30 
Well, csv is only comma-separated values. You can open it in Text editors. If you are downloading a unicode file and open in TextMode it will not be shown properly. try to open the same file in unicode editors. I think you can see them clearly.

Excel format is actually supports Unicode. So if you open a file containing unicode characters in Excel, it will be shown properly. Smile | :) Smile | :)

As Navaneeth suggested, you can make the file download using
Response.ContentEncoding = Encoding.UTF8;
Response.Charset = "UTF-8";


which will ensure that the data downloaded is parsed as Unicode. Rose | [Rose]

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

GeneralRe: Arabic data is not displaying properly while exporting data to csv Pin
Khaja A. Imtiaz27-Sep-09 21:27
Khaja A. Imtiaz27-Sep-09 21:27 
QuestionWhere is my database??? Pin
hasani200727-Sep-09 0:56
hasani200727-Sep-09 0:56 
AnswerRe: Where is my database??? Pin
Abhijit Jana27-Sep-09 1:01
professionalAbhijit Jana27-Sep-09 1:01 
QuestionLoad data into detailsview via C# Pin
_ASPAle_26-Sep-09 23:37
_ASPAle_26-Sep-09 23:37 
AnswerRe: Load data into detailsview via C# Pin
N a v a n e e t h26-Sep-09 23:58
N a v a n e e t h26-Sep-09 23:58 
GeneralRe: Load data into detailsview via C# Pin
_ASPAle_27-Sep-09 0:10
_ASPAle_27-Sep-09 0:10 
GeneralRe: Load data into detailsview via C# Pin
Abhijit Jana27-Sep-09 0:15
professionalAbhijit Jana27-Sep-09 0:15 
GeneralRe: Load data into detailsview via C# Pin
_ASPAle_27-Sep-09 0:17
_ASPAle_27-Sep-09 0:17 
GeneralRe: Load data into detailsview via C# Pin
N a v a n e e t h27-Sep-09 0:19
N a v a n e e t h27-Sep-09 0:19 
GeneralRe: Load data into detailsview via C# Pin
_ASPAle_27-Sep-09 1:12
_ASPAle_27-Sep-09 1:12 
GeneralRe: Load data into detailsview via C# Pin
N a v a n e e t h27-Sep-09 1:41
N a v a n e e t h27-Sep-09 1:41 
AnswerRe: Load data into detailsview via C# Pin
khaleel the kiraak27-Sep-09 10:41
khaleel the kiraak27-Sep-09 10:41 
QuestionAbout ASP.NET application Hosting Pin
jahirhstu26-Sep-09 23:27
jahirhstu26-Sep-09 23:27 
AnswerRe: About ASP.NET application Hosting [modified] Pin
Abhishek Sur27-Sep-09 9:56
professionalAbhishek Sur27-Sep-09 9:56 
Questionabout publishing website [modified] Pin
hasani200726-Sep-09 23:08
hasani200726-Sep-09 23:08 
AnswerRe: about publishing website Pin
Abhijit Jana26-Sep-09 23:14
professionalAbhijit Jana26-Sep-09 23:14 
GeneralRe: about publishing website Pin
sashidhar26-Sep-09 23:19
sashidhar26-Sep-09 23:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.