Placeholder To Dynamically Generate CheckBoxList

  • Thread starter Thread starter Jeff Johnson
  • Start date Start date
J

Jeff Johnson

Hi,

Does anyone know how I would code a dynamically generated CheckBoxList
within a PlaceHolder?

I have a function that returns an array, I then want to loop throuth the
array and create CheckBoxes with values returned from the array. So far all
I have are CheckBoxes without values across my screen.

Also, how would I place a "<br />" between all these CheckBoxes so that they
left align?

Do I need to dynamically generate a table, row and cell for each of these
CheckBoxes?

Many thanks in advance,

Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top