I have a database which contains Hebrew language(foreign characters) in it.
When I populate it in grid view.
It gets populated in reverse order(left to right)
For example: "כן" is getting populated as "ןכ"
Can i get Help??
|
I have a database which contains Hebrew language(foreign characters) in it. When I populate it in grid view. It gets populated in reverse order(left to right) For example: "כן" is getting populated as "ןכ" Can i get Help?? |
||||
|
|
Set the The documentation is pretty explicit here:
You can do this either in the Visual Studio designer, or through code like so:
|
|||
|