User409696431 posted
I don't think there is. There used to be "CSS friendly control adapters" to change how some Webforms controls were rendered, but that wasn't kept up to date (2006, 2007), and I don't think you can even find a link to it anymore, or if they would work,
if you could.
Is there any reason you can't use a TreeView for what you want, even though it renders as table elements? You can modify its styling using CSS for the elements it does render, and add CSS attributes in code behind to specific nodes if they meet some
criteria.