How to read chinese character on textbox
Hi Experts...
I have a c# form application with a text box and a button. I type Chinese character in the text box and press the button to assign the input to a string using the following code
String chineseChar = Textbox1.Text ;
But it assigns boxes to chineseChar variable.
what is the problem please help me out.