B
Bob
Hi,
I want to pass a string with a special character (ê).
The problem is that the starting string "enquête" arrives as "enqu".
Why is this and how to solve that?
Thanks
Bob
Dim enqna As String
enqna = "enquête"
Response.Redirect(String.Format("next.aspx?Item0={0}", enqna))
next.aspx:
I want to pass a string with a special character (ê).
The problem is that the starting string "enquête" arrives as "enqu".
Why is this and how to solve that?
Thanks
Bob
Dim enqna As String
enqna = "enquête"
Response.Redirect(String.Format("next.aspx?Item0={0}", enqna))
next.aspx: