I am trying to console out arabic words:
Console.WriteLine(names.GetItemText(names.SelectedItem));
and in the list I have arabic chars. It is printing question marks.
https://postimg.cc/9zMN3MJ1
Hi ramitaherwahdan1978,
Why do you want to display selected item in Output window using Console.WriteLine.
You can use Label or Message Box to display selected item.
Output window is for only developing purpose.
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.