Disable Cut ,copy,paste of textbox



Here is a simple  code for this

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