I’m using the asp:TreeView and would really rather just output it to a standard nested <HTML> list using <ul> and <li>, at the moment it produces some pretty ugly code using <div>s and <table>s.
Has anyone got a decent workaround?
I’m using <asp:XmlDataSource> to populate the TreeView
This explains the current situation very well.
Ever looked at CSS-Adapters? They should be doing what you are looking for.