M
Mailmanny
Please help with my recursive table design.
tblCategories
CategoryID
CategoryName
ParentCategoryID FK to Category ID
How do I Parse the table and bind it to some kind of control so a user can
select a top level category and then have it display the child categorys of
the selected one and continue doing this until a "leaf" or last level cat is
selected. then i need to store this "leaf" level in aonther table that
describes products.
tblCategories
CategoryID
CategoryName
ParentCategoryID FK to Category ID
How do I Parse the table and bind it to some kind of control so a user can
select a top level category and then have it display the child categorys of
the selected one and continue doing this until a "leaf" or last level cat is
selected. then i need to store this "leaf" level in aonther table that
describes products.