I have to display Datetime in my gridview, the problem is that while I am inserting values to the database, for default date I am passing “1/1/1900”, so when retrieving the data I found the value “01/01/1900 12:00:00 AM” in gridview.
If the datetime is “01/01/1900 12:00:00 AM” I want it as a null value or the corresponding date, can I check this in a stored procedure? Pls help…
1 Answer