how to diaplay chinese character in aspx page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using win 2000 and vstudio.net 2002.
When I input chinese character into vb.net (aspx page) using vstudio.net, everything is okay.I can see
the chinese words.
But if i try to view it as a webpage, all chinese character become garbage.

I tried change the web.config settings .from UTF-8 to GB936..seems no use.

Can anyone help me with this?

Thx a lot!
 
Hi

I cannot find where to set "Response.Charset", only I find is
in web.config,
<globalization requestEncoding="UTF-8" responseEncoding="UTF-8" /
but this one doesn't work
may I know where to set Response.Charset"

Thanks a lot!
 
Back
Top