I have writteln asp.net web projet in C#.
The problem is in saving sign of quote "
in a database and displaying this again in a page.
For example there is a textbox and I type following:
"abcd"
and save this in DB.
However, when I read this again and display it in a page I see:
"abcd"
So what is a problem here?Does someone know the solution?
the charset I use is utf8 and colattion is utf8generalci