Select CheckBoxList Base on Value Retrieve Drom DB
Hi, I have store some value in database. Eg Sales. I have a checkboxlist contains items populate from the database. I want to select the checkbox item if the value matches.
For i = 0 To products.Items.Count - 1
'How should i do the For Loop comparing the values?
Exit For
End If
Next
Next
Please advise, thanks alot
|