textbox validation
C#
2
Posts
2
Posters
0
Views
1
Watching
-
hi friends.. i have a text box.. in one form.. and i dont want user to do copy the contents from some other place and paste it at text box..how to do this? please help me
-
hi friends.. i have a text box.. in one form.. and i dont want user to do copy the contents from some other place and paste it at text box..how to do this? please help me
Hello, actually i dont think its the best. at the texbox's Properties change the "ShortcutsEnabled" to "False" or at runtime
txtTrial.ShortcutsEnabled = false;
this will prevent the user from copying or pasting