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...
Expand All / Collapse All panes in Ajax Accordion Extender
There is no direct way to Expand/Collapse all panes in Accordion Extender. Using following java script, Accordion can be Expand/Collaps...
Ajax CalendarExtender displaying at wrong position in Chrome
< script type ="text/javascript" language ="javascript"> function onCalendarShown(sender, args)...
No comments:
Post a Comment