hello

Thursday, 18 August 2011

how stop cut copy pest

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

No comments:

Post a Comment