How can I see Chinese garbled characters in URL transmission?

Source: Internet
Author: User

PageCode

Private   Void Button2_click ( Object Sender, system. eventargs E)
{
Response. Redirect ( "B. aspx ? Name = Database Error " );
}

We recommend that you encode server. urlencode for "database error" and then upload it. So why don't I need it? Its link is automatically encoded when it reaches page B.
Http: // localhost/mywork/utf2gb2312/B. aspx? Name = % E6 % 95% B0 % E6 % 8d % AE % E5 % Ba % 93% E5 % 87% Ba % E9 % 94% E5 % 99% A6.

What is the reason. I saw this garbled code on the Internet, but I didn't. I want to know how to have garbled characters.
Webconfig settings are as follows:
<Globalization
Requestencoding = "UTF-8"
Responseencoding = "UTF-8"
/>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.