Author: imperialx | Posted on: 8/14/2008 12:29:30 AM | Views : 1455

 Hello,
         Why does the value from a querystring doesn't render the whole value when using Replace function.
...

Dim Title As String = Replace(Request.QueryString("Title"), "_", " ")
...

The querystring value is "today_with-john_and_marsha"...the result is only "today_with" and seems like the dash prevents the completion. This is the result I wanted "today with-john and marsha", the dash is included in the result.
Do I have to add something in the Replace function?
 
Regards,
imperialx

 
 
...

Go to the complete details ...