Dear friends,
I developed a multi-language, database-driven web dapplication with VWD 2008 Express..
I use Turkish and Russian language.
Everything is OK but when i try to save any data to database some characters are changed.
What can I do to prevent this?
I put my codes below
Web.config:
<globalization
requestEncoding="utf-8"
responseEncoding="utf-8"
fileEncoding="utf-8"
culture="tr-TR"
uiCulture="tr-TR"
/>
Masterpage.aspx
<head runat="server">
<title></title>
<link href="../styleuye.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<asp:ContentPlaceHolder id="h ...
Go to the complete details ...