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);
Please explain more details
try to use <meta charset="UTF-8"> in head section
mukesh1 says: try to use <meta charset="UTF-8"> in head section
This is a Windows App question.
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); }
Refer
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.