I have a DateTimePicker with format dd-MM-yyyy. While attempting to
insert this date in SQL Server Date column, following exception is
thrown:
The conversion of a char data type to a datetime data type resulted in
an out-of-range datetime value.
Please help.
insert this date in SQL Server Date column, following exception is
thrown:
The conversion of a char data type to a datetime data type resulted in
an out-of-range datetime value.
Please help.
Comment