backspace not working in Masked Edit Control for date
backspace not working in Masked Edit Control for date in asp.net?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Leon PuthPosted May 6, 2014, 2:00 AM
you could use the keypress event on the control or form to intercept the backspace and if the masked edit ctrl has focus, do something to it as a result of the backspace, like setting it to a default date or rolling it back by one month/day/year.