I need userto create child node upto four level after that i should not allow them to create anymore child node.
Can anyone tell me how can i can achive this
Parent
Child 1 (Allow)
Child 2 (Allow)
Child 3 (Allow) after this user are not allowed to create any more child...
I am kind of confused with ASPxtreeList when i try to show hiearchical data by selecting mulitple coulmsn from
table A,Table B and Table C respectively. The treelist is not showing in Hierachical order. And If i tried to do
it with only one table then it works. I am kind of conused on how can i set
Parent (table C)
Child(Table A)
Child 1 (Table A)
Child 2 (Table B)
Child 3 (Table B)
This is the strucrture of treelist i need to have..