Hello,
I have a form which saves some data to an SQL 2005 database
If the text written in the text box contains characters such as "??áàéí" when I load the data again I get a few strange characters: "?§?£??? ???"
What is going wrong here?
How can I solve this?
Thanks,
Miguel
What encoding did you set for the pages? Set the responseEncoding to "utf-8"
Check this link on how to set it in the web.config filehttp://msdn2.microsoft.com/en-us/library/hy4kkhe0(vs.80).aspx
Thanks
0 comments:
Post a Comment