Placeholder To Dynamically Generate CheckBoxList

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

Similar Threads

checkboxlist query 1
Piped delimited string to int 15
Dynamic CheckBoxList??? 2
checkboxlist and javascript 2
Javascript to C# 3
checkboxes dynamically 8
CheckedChabge dynamically 2
checkboxlist count 10

Top