Tamil typing is not working in code behind
I typed tamil word ரூபாய் in textbox but shows in message box +gha]
// Tamil-Aiswarya, 16pt // Font string text = @textBox_Suggest.Text; MessageBox.Show(text);
tamil text 'ரூபாய்' accept in text box but it not accept in code behind when i debug it show like '+gha]'
My code:
private void button_Submit_Click(object sender, EventArgs e) { // Tamil-Aiswarya, 16pt Font Name string text = @textBox_Suggest.Text; MessageBox.Show(text); }
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.