Как заполнить список чекбоксов категорией и подкатегорией из БД
hello, how to fill checkbox list with category and sub-category from DB this is my sql table <pre lang="SQL">SELECT dbo.category_data.category_id, dbo.category_data.category_name, dbo.category_data.category_parent, dbo.category_data.category_description, dbo.category_data.category_...