hi friends.
why the ValidateRequest dose not work when html tags had sent by __doPostBack method in javascript.
<script>
var encodedAllScripts="<html><td></td></html>";
__doPostBack('getHtmlData', encodedAllScripts);</script>
...
Go to the complete details ...