TreeView

T

T.H.M

Hello.
I have very simple problem, but it's still a problem.
I'm trying to build TreeView in C# with data from
DataSet. It is very simple tree, no join tables, no load
from XML only very simple data from dataset
The data in the dataset:
Domain computerName
xxx a
xxx b
xxx c
yyy d
yyy e
As you can see the "Domain" column is the parent and the
computerName column is the child.
The tree suppose to look like that:
xxx
a
b
c
yyy
d
e
How can I build the TreeView in C# for a web form(aspx
page)?
Thank you very much!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top