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

Ajax CalendarExtender displaying at wrong position in Chrome

< script type ="text/javascript" language ="javascript">     function onCalendarShown(sender, args)...