Below is the line of code to disable copy & paste event in textbox.
<asp:TextBox onCopy=”return false” onPaste=”return false” ID=”textboxname” runat=”server” ></asp:TextBox>
Hope this helps ![]()
Enjoy!!!
July 14, 2009 by salviashish
Below is the line of code to disable copy & paste event in textbox.
<asp:TextBox onCopy=”return false” onPaste=”return false” ID=”textboxname” runat=”server” ></asp:TextBox>
Hope this helps ![]()
Enjoy!!!
Dude, you rock… I wrote hell lot of JS to handle this…. I am happy to scrap that out…..