Check checkbox values in checkboxlist from database help (c#)
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have a checkboxlist which i pull the options from a database on the page and I have got it submitting multiple checked values into the database, but im having problems creating the page to display which values have been checked. Could someone please help? The look up table is: Table - refCommittee CommitteId - int CommitteeName - varchar Active - bit The table holding inserted values Table - tblApprovingCommGroup ID - int PolicyID - int CommitteID - int Many thanks :-O