Monday, August 4, 2014

How To Disable Print Copy Paste in Asp.net / HTML

<style type="text/css" media="print">
body { 

  display:none;
}
</style>

0 comments:

Post a Comment