User724946841 posted
Hello,
I have a problem to display some russian characters into a formview but only in the Item template.
I change my insert statement adding an N' .The data are well stored into my SQL table
I have add into the web.config
<globalization fileEncoding="utf-8" requestEncoding="utf-8" responseEncoding="utf-8"/>
<authentication mode="Forms" >
The data appear well into the EditItem template but when switching into the Item template I have ???????? in place of the russians characters.
- Did someone have an idea why this can be different between the two templates ?
thanks !!!