maggiemel
Posts: 75
|
| Posted: 10/10/2005, 2:18 PM |
|
I've gotten myself into a jam with this one -- hoping someone can help me out. I have an editable grid into which I have inserted an extra column with checkbox. I've bound the checkbox control to a datetime field so that when a user checks the box, the current date and time are inserted into the record. Unfortunately (and I suppose it's because the datatype for the field is a date and the checkbox is really meant for booleans) when the record is displayed on subsequent ocassions, the checkbox does not appear as having been checked.
I've thought about dealing with this in several ways. The way I would like it to work is to have the checkbox appear as checked and the database value (the date/time) appearing next to it. Another acceptable option would be to make the checkbox disappear and just display the date/time. I can't seem to make either thing work.
Can someone offer some suggestion that might get me jump started? Or maybe point out a better way to accomplish what I'm trying to do with the checkbox itself?
As always, I am indebted to all you CCS gurus for your assistance. Many thanks.
_________________
Melissa Cahill
http://www.hellcatmaggie.net/ |
 |
 |
|