N
Navanith
Hi,
I wrote a simple aspx page that dumps query string to the
browser.
Following is the globalization section in web.config
<globalization
requestEncoding="utf-8"
responseEncoding="utf-8"
/>
Here is the problem:-
If I manually type URL (IE 6.0) with spanish characters
in query string, Request.Querystring method is ignorning
all spanish characters. How can I make
Request.Querystring to return all the characters?
If I pass same spanish characeters using javascript i.e.,
document.location.search = .... Request.Querystring works
fine.
Environment: W2K Server, .NET 1.1
Any help is appreciated
Thank you
Nav
I wrote a simple aspx page that dumps query string to the
browser.
Following is the globalization section in web.config
<globalization
requestEncoding="utf-8"
responseEncoding="utf-8"
/>
Here is the problem:-
If I manually type URL (IE 6.0) with spanish characters
in query string, Request.Querystring method is ignorning
all spanish characters. How can I make
Request.Querystring to return all the characters?
If I pass same spanish characeters using javascript i.e.,
document.location.search = .... Request.Querystring works
fine.
Environment: W2K Server, .NET 1.1
Any help is appreciated
Thank you
Nav