Code:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
If you used it like this and it didn't work, maybe your meta tag is incorrect or in conflict
Code:
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
Also, is your database configured to accept these inputs?
The Server HtmlEncode should handle that, not sure why it's not...
Lemme know if this helped.