First of all I would like to thank Dunnry for the great output he has provided to almost any post in this forum. I see he has helped almost all of. Also the link with the vb.net web resources he has provided in some of his posts is great. Now I know how to pretty much do anything I need for my project, except one last thing.
In my web interface with active directory I would like to create a represantation of the active directory tree. I would like a user to be able to click on one OU and then get all the child OU listed under that OU and (etc). At the end he/she would be able to create a user in the final OU. I first thought that would not be such a big deal I could use a bunch of nested datagrids or datarepeaters and the result would look like somewhat real structure of active directory. I already built an array and then populated with the names and bounded to a datagrid, just to see if it works, it does. I spent hours online looking for some information or ideas, but I could not find anything. All I found is one javascript, I have not had time to look at the code, but I doubt it that it is server based. I could use the datagrids and repeaters, but the problem is that our tree is huge and different containers have different number of children. It sounds insane to have for example five nested datagrids I don't even want to think about all the code I woul
View Complete Post