I am using asp.net and c# in my application and Mysql as Database.I want to take input from user in hindi and store it in database and retrieve it.
When I am storing the hindi characters in from Mysql database it is working fine for me but when I am using textbox to input a hindi characters it is showing me ?????????.
I guess the problem is the aspx page does not set to support hindi characters.Please tell me the way to achieve this.
I guess using UTF-8 encoding on your Http request and responses would solve it. What is your
requestEncodingandresponseEncodingin your Web.config file set to currently?See more on the
<globalization>tag here:http://msdn.microsoft.com/en-us/library/hy4kkhe0(v=VS.100).aspx