In ASP.NET web forms, anytime an element within the form post contains an HTML tag (such as a <div> or any other tag), the input that's posted back to the server is validated, and an exception thrown, if that post contains any HTML tags within it. This is request validation, and in web forms...