Tuesday, 29 October 2013

Disable Cut, Copy & Paste in ASP.Net textbox

Use this properties for disable copy,paste,cut for textbox


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

No comments:

Post a Comment

Receive All Free Updates Via Facebook.