bhavin12300
Active member
- Joined
- Sep 18, 2007
- Messages
- 44
- Programming Experience
- Beginner
hi
i have following link with querystring in it.
i want to get the value of variable "media " from it
and also as you can see that "http://" is converted to "http%3A%2F%2F"
how to get it back to "http://" means valid string.
can you tell me how to do that?
is there any function from which i can get it directly
i have following link with querystring in it.
i want to get the value of variable "media " from it
VB.NET:
http://abc.com/mediadetail/?media=http%3A%2F%2Fi282.photobucket.com%2Falbums%2Fkk241%2Fmacylynn00 %2Fcar.jpg&searchTerm=car&pageOffset=0"
and also as you can see that "http://" is converted to "http%3A%2F%2F"
how to get it back to "http://" means valid string.
can you tell me how to do that?
is there any function from which i can get it directly