vote up 2 vote down star

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.

flag

1 Answer

vote up 5 vote down check

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

link|flag
Yes, that does seem to do the job.... will report back – DrG Dec 19 '08 at 14:40
And if it doesn't you can modify them. – annakata Dec 19 '08 at 14:50

Your Answer

Get an OpenID
or

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