validation for 2 DateTimePicker (start date and end date) in WPF
WPF
2
Posts
2
Posters
0
Views
1
Watching
-
Hi. I have 2 DatePicker control in WPF Windows (start date and end date). Where User should be able to select start date and end date. End date should be lass then and not equal to end date. I want to give validation when user leave the end date(DatePicker control) at that time.
-
Hi. I have 2 DatePicker control in WPF Windows (start date and end date). Where User should be able to select start date and end date. End date should be lass then and not equal to end date. I want to give validation when user leave the end date(DatePicker control) at that time.
Hi, Please check this link http://stackoverflow.com/questions/2610883/date-picker-validation-wpf[^] I hope , it is useful for you.
mohit Saxena