Note: Most probably this will be a double question, but since I haven\'t found a clear answer, I\'m asking it anyway.
In ASP.NET I\'d like to add some JavaScript to
Well if you want to stop entering ingle quote try this
onkeypress="if (event.keyCode==39) event.returnValue = false;"
Like