Hi
<div>
element with fixed width contains CheckboxList control. Since ListItems can be added by users to this control, there’s a possibility that particular ListItem could overflow parent <div>
due to having too large text. I’ve tried preventing this by setting overflow property:
<asp:CheckBoxList ID="chkAllRoles" style="overflow:hidden;" ... />
but to no effect. Is there some other way to prevent ListItem from overflowing?
thanx