Is it possible to render a TreeViewControl as an unordered list instead of a table?

link|improve this question
feedback

2 Answers

you'd be better off using a recursive loop. the TreeViewControl is not a light-weight control by any means.

link|improve this answer
feedback

ASP.NET now allows ControlAdapters, that you can write and completely change the way control appear on the page. You can try writing your own adapter for TreeViewControl.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.