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!
Printable View
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!
Is this what U mean, he's a quick example:
Label2.Text = Replace(Label1.Text, "%20", " ")
If it's asp.net, isn't there system.web.httpserverutility that does urldecode()?