Browse by Tags

Related Posts

  • Can't decode plus sign ("+") using UrlDecode

    I am having trouble decoding a plus sign that is embeded in a querystring parameter. I'm using UrlEncode to correctly (I think) convert a plus sign into %2b inside one of the querystring parameters. The trouble comes when I try and decode this parameter and place it in a string. It always interprets...
    Posted to Web Forms (Forum) by slyttle on 12-08-2007, 12:00 AM
    Filed under: UrlDecode
  • Re: resppnse.redirect problem

    It's okay. When you add the "url" parameter to your query string do something like this querystring = "?url=" + Server.UrlEncode(redirectUrl); and then when you read the parameter do this: redirectUrl = Server.UrlDecode(Request.QueryString["url"]); Hope this helps.
    Posted to Web Forms (Forum) by Matt-dot-net on 06-27-2007, 12:00 AM
    Filed under: UrlDecode, UrlEncode
  • Url escaped chars not decoded properly

    Hi, I have some JavaScript that generates code people can paste in to their own websites and takes various user inputs. One input is text which I escape for url usage via JavaScript. For example " Cortijo Marañón " becomes " Cortijo%20Mara%F1%F3n ". However when I access this query...
    Posted to Web Forms (Forum) by gavinharriss on 07-04-2009, 12:00 AM
    Filed under: UrlDecode, Escape character
Page 1 of 1 (3 items)