| Code: |
<asp:CheckBoxList ID="CheckBoxDiscountDays" runat="server" DataSourceID="XmlDataDiscountDays" DataTextField="text" DataValueField="value"> </asp:CheckBoxList> |
So I have the above code. It makes a checkboxlist via reading a XML doucment. I am trying to make an if statement later on that looks like this.
| Code: |
If 10 Discount Days is check in CheckBoxList Then <code goes here> End if |
How would I go about assigning IDs to the checkboxs made from the XML file so I can do this?
-------
Transvestites are men who like to eat, drink and be Mary.
Let's do the Time Warp Again!
Hymen Destroyer