Re: Use URLEncode

From: avnrao (avn_at_newsgroups.com)
Date: 05/04/04


Date: Tue, 4 May 2004 13:43:34 +0530

You can use HttpUtility.UrlDecode to decode it.

Av.
  "Grey" <ericyum@i-cable.com> wrote in message news:%231VQf0aMEHA.2284@TK2MSFTNGP11.phx.gbl...
  How can I use the URLEncode in ASP.NET?? If i used URLEncode to encode the URL, how can I decode the URL with proper parameter values in ASP.NET?? I can encode the URL, but i cannot decode it properly...

  Million Thanks..



Relevant Pages

  • Re: Use URLEncode
    ... If i used URLEncode to encode the URL, how can I decode the URL with proper parameter values in ASP.NET?? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Use URLEncode
    ... If i used URLEncode to encode the URL, how can I decode the URL with proper parameter values in ASP.NET?? ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Globalization: This is driving me crazy. Can u help me out?
    ... Try using the HTMLEncode or URLEncode to put your data thru one of these functions. ... Make sure to encode and decode. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Need a bit of information about Compression
    ... either encode a full length, or a length mod some constant. ... Yes, full Length coding, arithmetic coding which is certainly better ... if you are decoding, say, 1024 symbols, then you stop as soon as you decode ... less common is to set up some special condition, where the eof is ...
    (comp.compression)
  • Re: Sending floats over a client-server in Smalltalk
    ... The trick is knowing what to decode them ... Then encode the number in the remaining bytes. ... ByteString>>floatAt: byteIndex ... I could then take a string ...
    (comp.lang.smalltalk)

Loading