Special character Diplay problem
-
Hei, I've some special characters like æ ø å and when I use these chars it display correct in the label but when i bind that field with a Gv they are converted in to ø or any other number at the place of 248. What is the solution for this problem. Thanks
Syed Shahid Hussain
-
Hei, I've some special characters like æ ø å and when I use these chars it display correct in the label but when i bind that field with a Gv they are converted in to ø or any other number at the place of 248. What is the solution for this problem. Thanks
Syed Shahid Hussain
-
Hei, I've some special characters like æ ø å and when I use these chars it display correct in the label but when i bind that field with a Gv they are converted in to ø or any other number at the place of 248. What is the solution for this problem. Thanks
Syed Shahid Hussain
Just, set the
HtmlEncode
property of your BoundField to False. Like:htmlencode="false" />
-
Just, set the
HtmlEncode
property of your BoundField to False. Like:htmlencode="false" />
Hei Thanks a lot Sandeep Mewara You had solved my problem. for u :rose:
Syed Shahid Hussain
-
To handle special characters,you can use javascript functions
escape()
andunescape()
to encode and decode.this will allow to display the special charactersCheers!! Brij
Thanks Brij
Syed Shahid Hussain