Ayo Softech

Thursday 27 June 2013

Disable Cut, Copy & Paste in ASP.Net textbox

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

1 comment: