You also need
Response.CharSEt = "iso-8859-1"
Cheers
--
compatible web farm Session replacement for Asp and Asp.Net
http://www.nieropwebconsult.nl/asp_session_manager.htm
"Allaigre David" <> wrote in message
news:41075cca$0$29373$...
> I'm trying to retreive some information from the querystring. The web site
> is as default configure in "utf-8".
>
> But on only one page i need to change dynamicly the contentEncoding to
> retreive information send by an ActiveX component in iso-8859-1 format.
>
> Iv' try to put this code in my page :
> Request.ContentEncoding = System.Text.Encoding.GetEncoding("iso-8859-1")
>
> But nothing happens.
>
> Thanks to all who can help me
>
> David.
>
>