I have a problem using the calender control .. I am getting the date in a textbox... and I have to insert this into the database .. using asp.net with c#
In my web application the field property is set to datetime and in the table the column's datatype is date..
How can I do this??
The error I am getting is:
The conversion of a varchar data type to a datetime data type resulted in an out-of-range value. The statement has been terminated.
Could anyone help me in this regard?
Thanks in advance