"Nathan Sokalski" <njsok...@hotmail.com> wrote in message
news:18BFCDAF-9122-43BC...@microsoft.com...
> I have a CheckBoxList and I want more than just text in some of the items.
> However, because the ListItem, which is used to add the CheckBoxes, does
> not allow child controls, I cannot find a way to do this. Any ideas?
> Thanks.
I can think of a few ways. One is to use a control like a Repeater that
gives you full control of the HTML output and can be altered with each item
quite easily. This is by taking control of the binding. Another option,
perhaps, is to change the style and use CSS to deliver the other content
(images?).
--
Peace and Grace,
Greg
Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com
************************************************
| Think outside the box! |
************************************************
"Gregory A. Beamer" <NoSpamM...@comcast.netNoSpamM> wrote in message
news:EE65A9E4-D02F-4B37...@microsoft.com...