Hey guys,
gonna need to do this later this week, and thought I'd throw it out in case someone knows how to do it:
I'm going to display a listing of checkboxes to the user. But I don't want it to be a vertical list. What I'd like is it to go accross a certain number, then start a new row. So if I have 9 checkboxes to display, it would look like:
checkbox1 checkbox2 checkbox3
checkbox4 checkbox5 checkbox6
checkbox7 checkbox8 checkbox9
I've played with the checkbox list before, but I don't recall it being able to do what I need. And worst case I could just dynamically build the checkboxes in the code behind and fill a table, but does anyone know of a cleaner way to achieve this?
Thanks homies!
D'Arcy
gonna need to do this later this week, and thought I'd throw it out in case someone knows how to do it:
I'm going to display a listing of checkboxes to the user. But I don't want it to be a vertical list. What I'd like is it to go accross a certain number, then start a new row. So if I have 9 checkboxes to display, it would look like:
checkbox1 checkbox2 checkbox3
checkbox4 checkbox5 checkbox6
checkbox7 checkbox8 checkbox9
I've played with the checkbox list before, but I don't recall it being able to do what I need. And worst case I could just dynamically build the checkboxes in the code behind and fill a table, but does anyone know of a cleaner way to achieve this?
Thanks homies!
D'Arcy