I have some text fields in my application that can contain apostrophes, etc. So I use URLEncode to get my data ready to store in my Access database. It goes in the database fine.
When it comes out and displays, how do I 'decode' it? There is no URLDecode in ASP apparently.
Thanks.
When it comes out and displays, how do I 'decode' it? There is no URLDecode in ASP apparently.
Thanks.