Click to See Complete Forum and Search --> : DataList And Boolean Field


cmocmh
July 18th, 1999, 12:57 PM
I would like to represent the value of a Boolean field as a checkbox inside
the DataList Control(same as MS Access).
How can I do it with the DataList Control?
If not possible with the DataList, what is the right way to do it?
Thanks

Lothar Haensler
July 19th, 1999, 01:34 AM
the "normal" Listbox control has a style for using checkboxes in the list.
You could use that one, instead.
You won't have data-binding, though.