Tuesday 4 September 2012

Prevent Cut, Copy and Paste in asp .net text box using Jquery.

Prevent Cut, Copy and Paste in asp .net text box using Jquery.
  • Need to include Jquery plug in as shown in the code.(You will find this plug in Scripts folder, if you  select new web site or new web project from VS 2010.
  • Place below code in .aspx page and run the page.
  • Try to paste the text Or copy the text Or cut the text in the text box, then it will raise a message you can not do copy or cut or paste in this text box.

No comments:

Post a Comment