I'm trying to use sqldatetime.null to put in a null value for my datetime field in my table, but whenever I use it, it puts in the value 1/1/1900..i guess that's the value for datetime null in a sqlserver? If this is so, how would I just enter a blank value into a datetime field? I want nothing to show up at all. Is this possible? The field is nullable
Thanks!
Thanks!