|
-
Apr 19th, 2002, 05:31 PM
#1
Thread Starter
Addicted Member
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!
-
Apr 20th, 2002, 01:49 AM
#2
Lively Member
Is this what U mean, he's a quick example:
Label2.Text = Replace(Label1.Text, "%20", " ")
-
Apr 20th, 2002, 11:15 AM
#3
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|