A potentially dangerous Request.Form value was detected from the client
Error of “A potentially dangerous Request.Form value was detected from the client” Why I am getting this error? This happens only when you’re trying to post HTML without encoding it, .Net provides security by validating all the input types when you submit your form. How to overcome this problem? I am going to discuss about how …