C
Coco
Hi!
I managed to display chinese character in my web form
(.aspx), in certain situation i need to to set the text of
the label of my web form in chinese character
programatically which is done in my code behind.
when running the web form, the character which is entered
directly to the web form during design time is displayed
correctly, while those set from code behind appear as
funny character
can anyone help?
i've changed my web config to the following
<globalization
requestEncoding="UTF-8"
responseEncoding="UTF-8"
fileEncoding="gb2312" />
I managed to display chinese character in my web form
(.aspx), in certain situation i need to to set the text of
the label of my web form in chinese character
programatically which is done in my code behind.
when running the web form, the character which is entered
directly to the web form during design time is displayed
correctly, while those set from code behind appear as
funny character
can anyone help?
i've changed my web config to the following
<globalization
requestEncoding="UTF-8"
responseEncoding="UTF-8"
fileEncoding="gb2312" />