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
 
Back
Top