Hi.
I have this DataTable structure:
Parent_id | MenuCode | MenuName
I need to populate a treeview with the data of my datatable dtMenu.
How could i do this.
I tried many things, by i get just one level with all the elements.
Thank's in advance
Go to the complete details ...