I have a table in which there are some datetime type columns. I use a stored procedure to insert values into the table. In the stored procedure I have variables that accept null
Try this logic if DBNull.Value is not worked .. use DateTime? null
Ensure that ur database field should allow null
dtexpiry!=null? dtexpiry :(DateTime?) null