The below is the code,
When I tab out after entering the values in the text box(txtCVV)they disappears and when i right click and undo I and able to retrieve the values
Similarly, when i click on the textBox, the values disappears and when i right click and undo I and able to retrieve the values
Can someone help me resolve this.
* Security Code:
CssClass="w-tiny DisableCopyPaste" onPaste="event.returnValue=false;return false;"
ondrop="return false" ondragstart="return false" onselectstart="return false"
autocomplete="off" runat="server" ClientIDMode="Static" Style="display: inline;
width: 150px;">
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajeev PunhaniPosted Oct 7, 2019, 2:07 PM
Mansoor MohammedPosted Oct 7, 2019, 2:52 PM