"If at first you don't succeed; call it version 1.0" :-Unknown

Pages

Wednesday, March 13, 2013

Disable Cut copy and Paste on a textbox

 Disable Cut copy and Paste on a textbox
 <asp:TextBox ID="TextBox3" runat="server"
onCopy=”return false” onDrag=”return false” onDrop=”return false” onPaste=”return false” oncut="return false">

</asp:TextBox>

If u had any trouble just ask, Happy to help u :)
Stay Tune...
Have a nice day... 'N happy Coding :)