underground_cs_
New Member
I've been struggling with this, is there a way to do it using just configuration?Do I necessarily have to handle multi-selection manually, with post-backs?\[code\]<asp:CheckBoxList ID="uxVisibilityScopeCheckBoxList" runat="server" AutoPostBack="false" /> \[/code\]This definition only allows 1 checkbox to be selected.Thanks!