Problem with Greek

Discussion in 'ASP.NET / ASP.NET Core' started by zentar, Apr 9, 2009.

  1. Hello to everyone!

    I would like some help with the following problem.I uploaded my website,which it consists from .html pages and two .aspx pages. All the .html pages have greek written in them,and all display correctly. The problem is with the .aspx pages. The same code that is used in the other pages is used, but greek letters are just like chineze :confused:

    The more strange think is tha when i use my interface to add some text i use greek and the display correctly. That text though is first saved in an Access database and then retrieved from it.
    Bottom line,the problem is with the static context....
    Any ideas?

    Btw ,the webpage with the problem is :
    http://exelixicyne.eweb701.discountasp.net/material/downloads.aspx

    To login,use:
    Username:admin
    Password:zentar
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    hmmm.. i forgot how to get around this w/ Access but if you are using SQL, all you need is to set the data type to nvarchar.
     

Share This Page