Posted on: 12/19/2013 7:01:35 PM | Views : 836

 got 2 checkboxlists , each checkbox has 6 checkboxes inside it (below is my database)
checkboxlist1 : id , rowa
checkboxlist2:id , rowb
id : int rowa : bit rowb : bit When I click one checkbox, the value is saved to my database as TRUE ,But somehow, when I load the page, it does not show the checked state (checked/unchecked). Here is my code . Can you help me out? Thanks.
. Here is my code:

Button1_click

Dim connectionString As String = ConfigurationManager.ConnectionStrings("ConnectionString"). Go to the complete details ...