Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tiling Check Boxes

Status
Not open for further replies.

jfrost10

Programmer
Jun 3, 2001
2,004
CA
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top