User Profile

Collapse

Profile Sidebar

Collapse
heba84
heba84
Last Activity: Dec 5 '07, 08:50 AM
Joined: Sep 30 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • heba84
    replied to Problem when exporting to Excel
    in .NET
    like this:
    Thread.CurrentT hread.CurrentCu lture = new CultureInfo("ar-SY");
    Thread.CurrentT hread.CurrentUI Culture = new CultureInfo("ar-SY");...
    See more | Go to post

    Leave a comment:


  • heba84
    started a topic Problem when exporting to Excel
    in .NET

    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");...
    See more | Go to post
No activity results to display
Show More
Working...