0
kicks
Disable copy paste cut and right click in textbox in asp.net
Some time for many reasons we don't want to allow user to use right click to copy paste or by using ctrl+C , ctrl+v to copy and paste in textbox on a aspx page in asp.net
To implement this we can use javascript
we can achieve this in 2 ways