In my WPF application I need to compare two textbox fields (say startDate and enddate) -- I am not using DatePicker-- using Validation-Rules.
Is there any workarounds to approach this?
Thanks in advance...
In my WPF application I need to compare two textbox fields (say startDate and enddate) -- I am not using DatePicker-- using Validation-Rules.
Is there any workarounds to approach this?
Thanks in advance...
Copyright © 2021 Jogjafile Inc.
You can try to create 2 custom validationrules on for the StartDate who have date property that binds from the EndDate and the same for the EndDate which point to the startdate. Also you will be abble to validate and compare in each validationrule you implemented.
I hope I was very expressive. I have no time provide a code. If I do one for my Apps I will paste the code here !