Two very cool links on how to build tree controls in .NET. Too many people either:
- Load the whole tree at runtime (not good for huge trees). ÂÂÂ
- Perform a round trip to the server... (not elegant).
Check them out!
- http://www.comobjects.net/Support/Help/DeepTree/Overview.htm
- http://www.comobjects.net/Support/Help/DeepTree/Overview2.htm



