like this:
Thread.CurrentT hread.CurrentCu lture = new CultureInfo("ar-SY");
Thread.CurrentT hread.CurrentUI Culture = new CultureInfo("ar-SY");...
User Profile
Collapse
-
Problem when exporting to Excel
i have aproblem when exporting grid view to excel
all columns display correct except the arabic ones it SOMETIMES look like garbage
I try:
Response.Charse t = "utf-8";
but it doesnt work
and tryed:
Thread.CurrentT hread.CurrentCu lture = new CultureInfo("ar-SY");
Thread.CurrentT hread.CurrentUI Culture = new CultureInfo("ar-SY");...
No activity results to display
Show More
Leave a comment: