I am using google transliteration to display the text in Hindi/Tamil
etc.
I tried to store the text appear as Hindi from textarea in an nvarchar
field of database (SQL Server 2005) , the text saved as "???????".
After retireving text from the same it display the text as "???????".
Can anyone help me how to store and retrieve the actual data from SQL
Server 2005?
I am using ASP.net,VB.Net and SQL Server 2005
View Complete Post