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
Printable View
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
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.