views:

433

answers:

1

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.

+5  A: 

Ever looked at CSS-Adapters? They should be doing what you are looking for.

Tom Jelen
Yes, that does seem to do the job.... will report back
DrG
And if it doesn't you can modify them.
annakata