I have an aspx page displaying forms containing Hebrew Dos text - Ansi char values 128 - 154.
Using Response.Charset = "iso-8859-8" the Hebrew text displays OK but all the other Hebrew text on the controls comes out as gibberish (urecognizable). Is there any way of limiting the Charset set just to a section of the page?
Using Response.Charset = "iso-8859-8" the Hebrew text displays OK but all the other Hebrew text on the controls comes out as gibberish (urecognizable). Is there any way of limiting the Charset set just to a section of the page?