Hi,
I'm use a table for store my menu nodes :
MenuID-------MenuName------ParentID
1----------------name1------------0
2----------------name2------------0
3----------------name1-2----------2
4----------------name2-2----------3
5----------------name3------------2
I was showed this node with treeview, now
I thought that I must use recursive function to find MenuIds, but I
can't do it.
help me plz.
thanks
Replies
Know the answer? Post it — somebody with the same question will find it here.