asp.net - How to set checklistbox repetation as custom? -


I have a checklist box in which 5 lists and amp; I have set vertically in the form of duplication, now I have to break the vertical list after 3 lists.

listitem1 listitem2 listitem3
listitem4 listitem5

What is possible?

Can you try this

  checkbox list Repetition Direction = Repetition Direction Horizontal; Checkbox list. Recurrence column = 3;    

Comments