how disable copy paste in asp.net page
how disable copy paste in asp.net page not only text box
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manoj BhoirPosted Jul 9, 2015, 8:42 AM
oncopy="return false;" onpaste="return false;" oncut="return false;">
Ankit ShuklaPosted Jul 9, 2015, 8:39 AM
Pranay RanaPosted Jul 9, 2015, 8:24 AM