M
Mikael Engdahl
Hi,
I have a situation on an ASP.NET page on which I do a simple
Response.Write(Request.Params["x"]).
The problem is that when the parameters include special characters like
ä or é they are removed. For example, the string 'aéx' becomes 'ax'.
It is the same for both GET or POST and the problem is not in
Response.Write becuse the same thing happens if I use the string in a
database call.
What is wrong?
/Mikael
I have a situation on an ASP.NET page on which I do a simple
Response.Write(Request.Params["x"]).
The problem is that when the parameters include special characters like
ä or é they are removed. For example, the string 'aéx' becomes 'ax'.
It is the same for both GET or POST and the problem is not in
Response.Write becuse the same thing happens if I use the string in a
database call.
What is wrong?
/Mikael