views:

9

answers:

0

I need to fill textbox with russian text from query string:

region.Text = Request.QueryString["r"];

When I redirect to this page on server (with Response.Redirect) or on client (by document.location) there are no problems with encoding. When I simply go to page in the text field are encoded characters (like ���). How to solve this problem? Thanks