How to set date column null in Hosting Server in asp.net
I set database date column to allowed null. I am passing DBNull.Value the null value into database using Store Procedure and its works on localhost.but when i hosted my website on server it gives me an error
(String was not recognized as a valid DateTime.)