[RESOLVED] Apostrophe in URL parameter
Hi,
How can I pass an apostrophe in a URL that I want to use in another page? For example, the following causes an error when I try to load a new page:
VB Code:
www.whaterverpage.aspx?LastName=O'Hara
It seems that there should be encoding for the apostrophe (') but I can't figure out what it is. :confused:
Re: Apostrophe in URL parameter
the same way you pass spaces with %20, try %60
Re: Apostrophe in URL parameter
%27, sorry. I was using that one with the ~ above it :)
Edit: AKA the accent, but I don't know these things. :sick: