I have a requirement where we need to show Error when any string is entered in DatePickerTextBox.
I am using sdk:DatePicker control and as the DatePicker internally raises an Exception when string is enterd and do not call set property. So I not able to show any error message.
Please suggest how can we handle this.