User-222554233 posted
Hello there
My daabase has lots of german characters stored. While I read it from DB and display it in the gidview, everything is fine. The Gridview displays the german characters perfectly in the browser.
After the display phase, when I read the data from the gridview as gridview.rows[1].cells[2].text, I get some special characters - But the gridview shows the text as 'ä' in the first row, second column. But while reading it back it
gives ä
How to set this right? any help is appreciated. thanks.
Kit