I often came across this problem when the user submits a form with a potentially dangerous character in the field ('<', '>', etc.). If your page should allow these characters to be submitted on the form, you need to set the page level property ValidateRequest to false.
Ref.
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="MyClass.cs" Inherits="MyClass" ValidateRequest="false" %>
( ), , , , . , . , , .NET ValidateRequest.