Re: [ADVANCED-DOTNET] Encoding Question about HttpRequest with Query String

2003-02-19 Thread Polo Lee
Yes. A Dump one . thanks for lighten me up . I was confusingby myself . On Wed, 19 Feb 2003 07:43:17 -0500, Bailey, Mark <[EMAIL PROTECTED]> wrote: >This may be a dumb questions but did you try Server.URLEncode("... Your >Big5 link ...") ? > >> -Original Message- >> From: Moderated disc

Re: [ADVANCED-DOTNET] Encoding Question about HttpRequest with Query String

2003-02-19 Thread Frans Bouma
> Here are the story . > Say . > I had a old ASP site like "http://1.2.3.4/1.asp?Action=XX"; > and it taks the Query string to enable some functions then > return Data. > > But now the problem comes. > about the Action's value , It take Big5 data as input > paramater. like "http://1.2.3.4/1.asp?

Re: [ADVANCED-DOTNET] Encoding Question about HttpRequest with Query String

2003-02-19 Thread Bailey, Mark
This may be a dumb questions but did you try Server.URLEncode("... Your Big5 link ...") ? > -Original Message- > From: Moderated discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED]] On Behalf Of Polo Lee > Sent: Wednesday, February 19, 2003 5:07 AM > To: [EMAIL PROTECTED] > Su