Peace be upon you::::::
I want to convert HTML lists to the TreeView

<body>

<DIV id=content>
<UL>
  <LI><a href="aaa">aaa</a> 
  <LI><a href="ccc">ccc</a> 
  <LI><a href="ddd">ddd</a> 
  <LI><a href="ooo">ooo</a> 
  <UL>
    <LI><a href="vvv">
	vvv</a> 
    <LI><a href="bbb">
	bbb</a> 
    <LI><a href="ttt">
	tttt</a> </LI>
	<LI>www<ul>
		<li>
		<a href="zzzz">
		zzzz</a> 
      	</li>
	</ul>
	</LI></UL>
  <LI><a href="yyyy">yyyy</a> 
	<LI><a href="uuuu">uuuu</a> 
	<UL>
		<LI>
		<a href="rrr">
		rrrr</a> </LI>
	</UL></UL></DIV>

</body>

This image shows the

Recommended Answers

All 2 Replies

Parse HTML and then populate the treeview.

Is it possible to add design in the background?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.