i'm using asp .net submit a input that contains html tags for example: "<table><tr><td >this is a example</td></tr></table>", but the webserver reject it.
Server show the alert that: the submit String contain protential harm and reject the submit
How do i overcome this error, pls help me out :)