I want my TreeView control to output <ul><li>
tags instead of <tables>
. What is the best way to do this. I heard about the CSS Control Adapters. Is this still the best way? How do you go about doing it?
views:
1727answers:
2
+3
A:
I am assuming you mean CSS Friendly Control Adapters? Which is the still the best way that I know of. In the HTML Snippets it doesn't render tables.
Your other option would be to build the control by hand just using plan old HTML and possibly a Jquery Plugin to manipulate the tree.
cgreeno
2009-03-12 19:43:44
Is that built into VS2008?
Brian David Berman
2009-03-12 19:48:57
No you have to download and install it. It was a MS project but it went open source about 3 years ago. It will work with VS 2008 as far as I am aware.
cgreeno
2009-03-12 20:38:03