use
oncopy="return false;"
onpaste="return false;"
For example:
<td oncopy = "return false;" onpaste="return false;" >
<asp:TextBox ID="txtEmail" runat="server" Width="284px"></asp:TextBox>
</td>
This is one of the most wanted solution. for more discussion details. following link can be helpfulhttp://forums.asp.net/t/1125227.aspx
Post a Comment
1 comment:
This is one of the most wanted solution. for more discussion details. following link can be helpful
http://forums.asp.net/t/1125227.aspx
Post a Comment