Click here to Skip to main content
15,887,386 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
ASp.net application Hindi to unicode convertion problem

Sir i have a .aspx page, there i have text box, which have hindi font. when i put data from keyboard. the text coming in hindi on text box.

but when iam storing it into string variable, not getting actual value.

also i want to convert that record , which in hindi to unicode.

someone plzzzzz help, got struck.
Posted
Updated 11-Sep-22 21:09pm
v3

1 solution

After storing that Hindi converted text into another variable, try to to convert that variable as well.. If you're not getting the output then your code..
 
Share this answer
 
Comments
Sanjay_ji 21-Nov-12 3:29am    
sir i have to store that textbox value in a database not in any variable . so firstly i have to convert that hindi text inot unicode then i have to store that converted string into database where there is a column with nvarchar ,

so please give me the proper solution , it will be pleasure for me.
[no name] 21-Nov-12 3:31am    
Ya after storing it another variable , store that variable value in Database..
Sanjay_ji 21-Nov-12 3:37am    
sir same error , it convert textbox actual value into english text

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900