how can i insert <br> between the items in the checkList ?

R

roni

hi.

i have a checklist that is his items are created dynamcily.

the question is, how can i write "<br"> after the 4 item for example.

and in general,how can i write html code between each item.

hope im clear.

have a nice day.



chkListGeneralSearching.RepeatDirection = RepeatDirection.Horizontal

For Each dr In dsUserGeneralSearching.Tables(0).Rows

chkListGeneralSearching.Items.Add(New ListItem(CStr(dr("sf_sName")),
CStr(dr("sf_nID"))))

Next
 
E

Eliyahu Goldin

In general, if you would like a checklist to have a customized look, you
would use separate checkboxes in a table or repeater.

Eliyahu
 

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

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,901
Latest member
Noble71S45

Latest Threads

Top