Thursday, May 12, 2011

disabling copy/cut/paste in textbox

Properties: oncopy, onpaste, oncut.


  <asp:TextBox ID="txtSearchTitle" runat="server"  oncopy="return false" onpaste="return false" oncut="return false"></asp:TextBox>

No comments:

Post a Comment