Hi there,
I have a web site and it has some words with Turkish characters (ü,ş,ö,ç). There is no problem while is viewing. But when i want to use that words in code behind for example CheckBoxList.SelectedItem.Text, they are looking as html codes.
For example; a label's text value is 'EYLÜL'. but when i looking that label's text value from code behind i m seeing EYLÜL
.
There is some code like
<globalization
fileEncoding="utf-8"
requestEncoding="utf-8"
responseEncoding=""
culture="tr-TR"
uiCulture="tr-TR"
/>
in web.config file. And i saved my page as utf-8 format.
How can i see normaly that charachers in codebehind ?
Thanks for your helps.
KR,
Çağın