I have a textbox which I need to enter html code into (like < strong> or < em> for example).
The trouble is this is causing an error writing this back to the database.
A potentially dangerous Request.Form value was detected from the client (tbVOther="< strong>test
Is there a way around this without turning off the request validation setting?