Write Below code on ASPX page to perform the operation:-
<script
type="text/javascript">
$(document).ready(function
()
{
$('#txt_employee_code').bind('copy paste
cut',function(e)
{
e.preventDefault();
});
});
</script>
|
No comments:
Post a Comment