hi i m using checkedlistbox controle. i bind database single column to this controle and i want to check cheked property or indices is checked or not so what i do now?
This way
foreach(ListItem item in CheckBoxList1.items) { bool isChecked = item.Selected; }
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.