I have comments on my site and because it's its my portfolio I want code samples to be able to be placed however when I try to pass html through the querystring it will stop it because of pagevalidation.
Now I've turned it off but it wouldn't work so I decided to encode it on the client's side with javascript.
However now my query string ends up looking like this.
{&body=<%3b%2fhtml>%3b}
now because of the & body subsequently equals "".
How do i solve this?