I am working with a dataset and some DateTimePicker controls (each being bound to a DateTime field). I had a default value set for the DateTime fields in my table, but as time passes the default date/time is becoming irrelevant. Is there any way to set that to now? It is set to DBNull right now, which is wrong. Thanks in advance.