Look into the accept-charset attribute of the form element - this should, in
theory, allow you to have the HTML character set as UTF-8 but force the
browser to submit the form using WINDOWS-1252. However, I've never actually
had the need to try this in any web application I've built, so I don't know
how widely this attribute is supported by browsers.
You might also have better luck in a .net related newsgroup - this
particular group is for "classic" ASP (ie ASP versions 1.x, 2.x, 3.x) and
not for ASP.Net. A better group is probably
microsoft.public.dotnet.framework.aspnet or one of it's "child" groups.
--
Dan