Hi there,

I have placed a textbox on my page that generates an href when the page is loaded - so the user can copy and paste the link.

The problem I have that when I go to update the page I get an exception.

Code:
A potentially dangerous Request.Form value was detected from the client (ctl00$Main$PropertyListingRepeater$ctl00$HttpLinkTextBox="<a href='http://www....").
I don't want to turn off validation, but I am not worried about this textbox as I don't do anything with the value of it, it is just there to make it easy for the user to copy and paste the link...

I am a little stumped - any suggestions?

Thanks!