validating greek characters -
07-16-2006
, 02:41 PM
Hi All,
I'm having a bit of a problem: I have a form in Greek that does some field
validation. When I type Latin characters, it's working fine, but when I type
Greek characters and the page is submitted, the contents of these fields
disappear and I'm getting the required field validation error message.
here is my top line:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Contacts.aspx.vb"
Inherits="myproj.Contacts" culture="el-gr" responseEncoding="iso-8859-7"
uiCulture="el-GR"%>
Any suggestions?
Much appreciated
GeorgeM |