Good day,
how to make a list of checkbox on the form where the item inside <li>?
i check the options on CheckBoxList and i got only 2 mean table or flow.. the flow give an span with label and input and br separator.
<CheckBoxList DataField="CategoryIds" DataSourceID="CategoryOpts" DataTextField="Name" DataType="string" DataValueField="Id" ID="dCategory" SelectedItemsSeparator="," SelectionMode="Multiple" Visible="True" RepeatLayout="flow">
is there another command or option to query database and print while?