We can disable paste functionality of the textbox by using the following code
onpaste="javascript:return false;"
eg: <asp:TextBox ID="txtName" runat="server" CssClass="inputText" onpaste="javascript:return false;"></asp:TextBox>
onpaste="javascript:return false;"
eg: <asp:TextBox ID="txtName" runat="server" CssClass="inputText" onpaste="javascript:return false;"></asp:TextBox>
No comments:
Post a Comment