One issue that I've ran into is how do you make the TreeView control adapter render support for dynamic node population? I'm dealing with a serious amount of data, and it wouldn't be feasible to render all the code at once.
From the looks of things, there doesn't appear to be any support for this. Does this mean I'm going to be forced to write this from scratch? One of the reasons I started using the ASP.NET TreeView control is so I wouldn't have to do this. It sure would be nice if there was an easy way to carry this feature forward. Suggestions (please)?