VamsiDotnetStudio
Home
Sql Server
Interview Questions
Oops Concepts
Contact Me
Guest Post
About
Tuesday, 29 October 2013
Disable Cut, Copy & Paste in ASP.Net textbox
Use this properties for disable copy,paste,cut for textbox
.aspx
<
asp
:
TextBox
ID
="TextBox1"
runat
="server"
oncopy
="return false"
onpaste
="return false"
oncut
="return false"></
asp
:
TextBox
>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Receive All Free Updates Via Facebook.
No comments:
Post a Comment