Results 1 to 3 of 3

Thread: Replacing %20 with a " "

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2001
    Location
    Guess....i have wooden shoes, in my free time i sell tulips and I live in a huge windmill...
    Posts
    176

    Replacing %20 with a " "

    is there an easy way of doing this witout using loops in loops in loops? I already made something that does the trick but there should be a simpler way....

    Thnx!
    JpEgy

  2. #2
    Lively Member
    Join Date
    Aug 2000
    Location
    UK
    Posts
    78
    Is this what U mean, he's a quick example:

    Label2.Text = Replace(Label1.Text, "%20", " ")

  3. #3
    Lively Member
    Join Date
    Feb 2001
    Location
    KL Malaysia
    Posts
    64
    If it's asp.net, isn't there system.web.httpserverutility that does urldecode()?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width