Exploreasp
Tuesday, October 2, 2012
Disable Cut, Copy & Paste in ASP.Net textbox
<
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)
Ajax CalendarExtender displaying at wrong position in Chrome
< script type ="text/javascript" language ="javascript"> function onCalendarShown(sender, args)...
Conditionally hide CommandField or ButtonField in Gridview.
Suppose FieldName is the Bit field which tells whether the link should be visible true or false so design your gridview template like th...
Validator controls taking up space in Asp.Net
If you are using the built-in ASP.net Validation Controls such as the RequiredFieldValidator or the RegularExpressionValidator to validate ...
Enable or Disable RequiredFieldValidator with Javascript
Sometimes we need to Enable or Disable validation on client side.For that use ValidatorEnable function in the Asp.net javacsript Script Libr...
No comments:
Post a Comment