J
JJ297
How do I read through the database to get the items that are checked
to appear on my page? I have a checkboxlist on the page.
I wrote this but it brings back all items checked...
For Each l As ListItem In CheckBoxList1.Items
l.Selected = True
Next
Any suggestions? Thanks!
to appear on my page? I have a checkboxlist on the page.
I wrote this but it brings back all items checked...
For Each l As ListItem In CheckBoxList1.Items
l.Selected = True
Next
Any suggestions? Thanks!