Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
ASP.NET
<asp:CheckBoxList ID="checkedListBox3" runat="server" RepeatLayout="Flow">
                                <asp:ListItem>Tranlsation Yousuf Ali</asp:ListItem>
                                <asp:ListItem>Tranlsation Pitcthal</asp:ListItem>
                                <asp:ListItem>Translation Kazul Iman</asp:ListItem>
                                <asp:ListItem>Tranlsation Usamani</asp:ListItem>
                                <asp:ListItem>Exegesis Irfan-ul-Quran</asp:ListItem>
                            </asp:CheckBoxList>

problem is check box label and check box are not in the same line.
Posted
Updated 27-Dec-20 21:12pm

prop_webcontrol_radiobuttonlist_repeatlayout.asp[^]

Check this link and try the options..may be it will help..
 
Share this answer
 
Comments
Muhamad Faizan Khan 3-Aug-13 7:38am    
repeat layout property i have set to "flow" already look the code above in my question
[no name] 3-Aug-13 7:41am    
Try to set it to "table"...
Muhamad Faizan Khan 3-Aug-13 7:52am    
nothing changed
[no name] 3-Aug-13 7:56am    
you taken checkboxlist inside any control or independently..
Muhamad Faizan Khan 4-Aug-13 0:32am    
independently
Use RepeatDirection="Horizontal" in case of RepeatLayout="Flow".
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900