hi
this is great work
I ask about if I can take the data from DB
the data its came as a table and I have Colonne to Distinguished if this parent or not
the data come like this :
Select 5 ObjectID , 'Main' AS [name] , '~/Main.aspx' Link, null ParentObjectID ,1 haveSon
union
Select 9 ObjectID , 'Exit' AS [name] ,'~/Exit.aspx' Link, 5 ParentObjectID ,0 haveSon
union
Select 10 ObjectID , 'Obj' AS [name] ,'~/Obj.aspx' Link, 5 ParentObjectID ,0 haveSon
hi this is great work I ask about if I can take the data from DB the data its came as a table and I have Colonne to Distinguished if this parent or not
the data come like this : Select 5 ObjectID , 'Main' AS [name] , '~/Main.aspx' Link, null ParentObjectID ,1 haveSon union Select 9 ObjectID , 'Exit' AS [name] ,'~/Exit.aspx' Link, 5 ParentObjectID ,0 haveSon union Select 10 ObjectID , 'Obj' AS [name] ,'~/Obj.aspx' Link, 5 ParentObjectID ,0 haveSon