M
Michael
Hello,
I'm pulling dates from a dataset and then assigning that to a textbox.
These dates can be null, that is where my problem comes in at. I guess there
is no such thing as an "empty date", I'll have to deal with the nulls, but
I'm having trouble assigning them.
I'd prefer to do it in one line of code if at all possible, just because I'm
assigning like 80 fields out of the dataset, and would rather not have that
many if then else's out there.
Does anyone have a good way to take a null value from a dataset and assign
it to a string value?
Thanks,
--Michael
I'm pulling dates from a dataset and then assigning that to a textbox.
These dates can be null, that is where my problem comes in at. I guess there
is no such thing as an "empty date", I'll have to deal with the nulls, but
I'm having trouble assigning them.
I'd prefer to do it in one line of code if at all possible, just because I'm
assigning like 80 fields out of the dataset, and would rather not have that
many if then else's out there.
Does anyone have a good way to take a null value from a dataset and assign
it to a string value?
Thanks,
--Michael