How to display a Unicode character in a DataGridView ?

rajesh.forum

Well-known member
Joined
Sep 7, 2007
Messages
55
Programming Experience
Beginner
Hi all

How to display a Unicode character in a DataGridView ??
Im using a datagrid view to display some text in more than one language..But if i use other than "english " language it displays as boxes in column..please give a solution as soon as possible.

thanks in advance..
rajesh
 
Datagridview displays unicode just fine, it must be your source or how you retrieve it that is the problem.
 
unicode for datagrid

hi,
in database the field type u should use as nvarchar(200),
while inserting or retriving data from database u should use N infront
for example ::::

"TST_VMS_VM_Badge_No=N'" & txtBadgeNo.Text & "',
 
Thanks ,But I dont need this one.....

Hi
thanks for ur idea,but its not related to my work,I need to display (multi -language) questions in datagridview column which is entered in richtextbox.Thats it..
 
Back
Top