views:

27

answers:

2

I've been looking around but didn't find any members that seemed to let you set this. Can it be done?

+1  A: 
<asp:CheckBoxList id="lb1" runat="server" TextAlign="Left">

The textAlign determines which side of the check box the text will appear (or TextAlign="Right" to answer your question).

Tommy
A: 

Have you tried "TextAlign" Attribute of Checkboxlist to manage the text alignment?

miti737