You can disable cut, copy & paste in ASP.Net textbox in very simple way,
here is how you can disable the cut, copy, paste,
<asp:TextBox ID=”TextBox1″ runat=”server” oncopy=”return false” onpaste=”return false” oncut=”return false”></asp:TextBox>
You can disable cut, copy & paste in ASP.Net textbox in very simple way,
here is how you can disable the cut, copy, paste,
<asp:TextBox ID=”TextBox1″ runat=”server” oncopy=”return false” onpaste=”return false” oncut=”return false”></asp:TextBox>
Following is the code that will launch a command prompt on the client machine when you click on the link. This code runs only on Internet Explorer. I’ll shortly write code for Firefox and other browsers as well. So stay tuned.
This is the javascript code that will launch the application
%MINIFYHTML9d563c394a04d59a89bba5f4812e61755%
To call this code in your HTML use,
Start explorer