I have a Treeview control which is currently outputting the results in an HTML table element, Ideally I would like to get this to output as an unordered List.
Something like <asp:TreeView RenderAsList="True"> would be great if possible. Of course if it were that easy I wouldn't be here!
Thanks in advance
<table>into a<ul>. Sounds like it might be kind of a brittle solution though.