-
problem showing text ...
hi,
I am writing arabic ( persian ) in my web page ( aspx ) when seeing the page localy ( not from iis , directly from file address >>D:/test.aspx ) it shows the arabic and every thing all right, but when showing it as a website ( address > http://test ) then i doesnt show the font correctly , how can i fix it?
I did save the page with encoding, still same problem...
-
You could try putting the culture into the page declaration
i.e. <%@ Page culture="ar-DZ" etc.
Thats arabic - Algeria. I'm not sure what the code is for persian but you should be able to find it in a search.
-
i changed the culture, but i'm still having the same problems, its shows static pages fine, but doesnt show the aspx pages,any idea?!
-