Results 1 to 2 of 2

Thread: Checkboxlist or Datagrid

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2003
    Posts
    1

    Lightbulb Checkboxlist or Datagrid

    I'm trying to create a list of Checkboxes from a database. It needs to be 3 columns by X rows. The text of each checkbox item needs to be a hyperlink to a description.

    I tried to use a DataGrid control, but I couldn't figure out how to force the Databinder to move to the next item for each column.

    So then I tried a CheckBoxList control, but I don't think there is anyway to modify the text as it is being bound. I'd have to edit the DB, which is quite undesireable.

    Does anyone have any sugguestions. Ideally, I'd like to use the DataGrid, but how would I go about posting multiple DB rows into the same DataGrid row (3 columns).

    *argh*

  2. #2
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    Try using the DataRepeater control.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width