voodzzz wrote: |
I also do have one problem with arabic guys, I have a database in sQL server that contains arabic data, but its displaying ???????????????? junk data, the uiculture is set to arabic but its displaying dump data upon rendering the page

|
|
This looks like a client browser issue. Is that what you mean by "displaying"?
Even if you do everything right on the server end(both asp.net, IIS and the db) if the client browser encoding is not set properly it will display these ????????
Try changing it in View => Encoding menu
Also try looking at the client View => Source to see if the text is showing properly.
HTH!