C
Child
I have a class object with a couple of datetime variables that are not
required (for example the closing date for an event). I have been doing
some research on usenet history to find that this is confusing to manage and
that in different versions of ASP .Net this is handled differently.
While the database field is a datetime (nullable) the class variable doesn't
need to be.
What would be the best way to handle this variable?
required (for example the closing date for an event). I have been doing
some research on usenet history to find that this is confusing to manage and
that in different versions of ASP .Net this is handled differently.
While the database field is a datetime (nullable) the class variable doesn't
need to be.
What would be the best way to handle this variable?