I have three serverside control checkboxes (asp.net) in my page and I would like to enforce the user to select at least one before they click submit button. How can this be done. thank you for your help.
<asp:CheckBox ID="ckPrime" runat="server" EnableViewState="False" Font-Bold="False" Text="Prime Contractor" /> <br /> <asp:CheckBox ID="ckSub" runat="server" EnableViewState="False" Text="Sub Contractor" /> <br /> <asp:CheckBox ID="ckTruking" runat="server" Text="Trucking / Broker / ITOs" /> <br />