Click here to Skip to main content
15,921,577 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
<cc2:DropDownCheckBoxes ID="cblCustomerList" runat="server" Width="180px">
    <Style SelectBoxWidth="195" DropDownBoxBoxWidth="160" DropDownBoxBoxHeight="195"/>
                   <Items>
                              <asp:ListItem Text = "Kidneys Donor" Value = "Kidneys Donor"></asp:ListItem>
                        <asp:ListItem Text = "Lungs Donor" Value = "Lungs Donor" >Eye Donor</asp:ListItem>
                        <asp:ListItem Text = "Pancreas Donor" Value = "Pancreas Donor" >Blood Donor</asp:ListItem>
                        <asp:ListItem Text = "One" Value = "1">Heart Donor</asp:ListItem>
                         <asp:ListItem Text = "One" Value = "1" >Liver Donor</asp:ListItem>
                          <asp:ListItem  >Kidneys Donor</asp:ListItem>
                           <asp:ListItem>Lungs Donor</asp:ListItem>
                            <asp:ListItem>Pancreas Donor</asp:ListItem>
                             <asp:ListItem>Intestines Donor</asp:ListItem>
                              <asp:ListItem>Cornea Donor</asp:ListItem>
                               <asp:ListItem>Skin Donor</asp:ListItem>
                                <asp:ListItem>Heart Valves Donor</asp:ListItem>
                                 <asp:ListItem>Tendons Donor</asp:ListItem>
                        </Items>

             </cc2:DropDownCheckBoxes>
Posted

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