Write the ASP.NET program yesterday, in which parameters were passed on the GET method, such as http: //127.0.0.1/showerror, theaSP? ErrorMessage = Database error
I use: string errorMessage = request.QueryString ["ErrorMessage"]; response.write (ErrorMessage);
The result is a blank, I modified the Meta section of the ASPX file, change the character set to GB2312, and garbled on the results page.
Later, I found it on 9CBS, I found that as long as the
Change to
Yes.