RamHardikar
Programmer
Hi,
My webpage has got some french names which display correctly on the screen. I also have an option to export the webpage to EXCEL. But when I do that the names (with french chars) shows up worngly, with all special chars.
Am using the below code in web.config but still unable to get the proper names in the excel.
<globalization
requestEncoding="utf-8"
responseEncoding="utf-8" />
Could someone pl help to resolve this issues.
Ram
My webpage has got some french names which display correctly on the screen. I also have an option to export the webpage to EXCEL. But when I do that the names (with french chars) shows up worngly, with all special chars.
Am using the below code in web.config but still unable to get the proper names in the excel.
<globalization
requestEncoding="utf-8"
responseEncoding="utf-8" />
Could someone pl help to resolve this issues.
Ram