- <script type="text/javascript">
- $(document).ready(function() {
- $('#TextBox1').bind('copy paste cut',function(e) {
- e.preventDefault(); //disable cut,copy,paste
- alert('cut,copy & paste options are disabled !!');
- });
- });
- </script>
- <asp:TextBox ID="TextBox1" runat="server" ></asp:TextBox>
No comments:
Post a Comment