Hi everybody,
Can anybody send me the script that how can i display N-level categories in a combo box when updating an item.............
N-Level category
Moderator: General Moderators
i have 2 tables named category & categoryref
Category: (catid, catname)
Categoryref: (newid, catid, parentid)
and i have the structure of the page like this:
Category: _______ ( Here all the categories and its sub-categories have 2 be displayed in a combo box like a tree)
Item Title: _______
...
..
.
Category: (catid, catname)
Categoryref: (newid, catid, parentid)
and i have the structure of the page like this:
Category: _______ ( Here all the categories and its sub-categories have 2 be displayed in a combo box like a tree)
Item Title: _______
...
..
.