I have a text box in which the user can enter text that includes html markup.
Of course, when a page does something related to postback, it breaks (error 500), because the parser considers that the html code in the text field is an attempt to hack.
Now I know that there is a way to resolve this, but I cannot, so that life remembers me.
reference
I am using Visual Studio 2008, VB.NET, if that matters.
Enjoy Random
source
share