How do I disable some dates on a DateTimePicker control?
- by Aneef
I was wondering is it possible to disable selected dates in a DateTimePicker, so that user cannot select them. i know its possible in web forms but in windows forms im unable to do this.how can i achieve this.