Shravanti's Blog
ASP.NET, C#, SQL SERVER, TIPS & TRICKS AND MORE..
Thursday, 29 March 2012
RESTRICT MANUAL DATE INPUT USING JAVASCRIPT EVENTS
To simply restrict manual date input in a asp:textbox that shows a popup calendar use
onKeyPress
=
"javascript: return false;"
onPaste
=
"javascript: return false;"
onCut
="javascript: return false;"
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment