BindModel with DateTimePicker
I have a simple WinForms Dapper ORM w/SQLite app I've written, everything works except binding to the DateTimePicker controls.
My model:
My method:
What am I doing wrong? Thank you in advance.
2 Replies
The bindings looks okay, have you tried using the other overload?
I'll give it a shot when I get up, thank you for the help.