views:

249

answers:

1

I have datepicker control in my form, when user enter some invalid text, or some other character using keyboard, then the text property doesn't show the user entered text which is invalid, But the arguments in the DateValidationError function does containt the invalid user input in the e.Text property, how do I get that invalid user input from the datepicker control text property ?

Thanks in advance .

A: 

(sorry, not an answer, but I don't see how to make comments!?)

I can't believe that the DatePicker doesn't allow the view of entered text! That's just stupid really. I mean, if invalid text is entered into a form, and the application saw an "optional" field is empty, it would seem to accept it. Makes me wonder what kind of people are on the development team. >:(

James Wilkins