Arabic

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

'm writting a code with C# , where i creat an array of linkLabel where the
text of the LinkLabel is comming from a DB , & depending on the selected Link
i vew a certain data
where i select the data from the Table depending on the Text of the selected
linkLabel

my problem is , if the Data in the Table are in English it works , but if i
changed the data & it's wriiten in arabic it cannt select the data from table
as it cant read the arabic data from the table

althought the arabic data is normale in the tables

plzzzzzzzzzz Help
& if there is anyway to select the data from the table instead of using the
name , as using the ID_no

i've tried to scroll on the array of linkLabel & the DataSet but it didnt
work as they will have the same index !!
 
Also, take note that there is a microsoft.public.dotnet.internationalization
newsgroup specifically devoted to this kind of question.

S. L.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top