Hi
I want to see if my encoding is working however the example I made just reverts back to non encoded after it goes back to the page.
<a href="http://search.msn.com/results.aspx%3fq%3dIamBad">Click Here!</a>
Turns back into
<a href="http://search.msn.com/results.aspx?q=IamBad">Click Here!</a>
Edit
UrlEncode Untrusted input is used in a URL (such as a value in a querystring) Click Here!
http://msdn.microsoft.com/en-us/library/aa973813.aspx
So my question is I am trying to see if something is not working right(ie why does it make the query string part look normal again).
Is it because the query string contains nothing really out of the ordinary. Or is something re encoding it back to its original form?