0

I need to create an application read from the database & create a hierarchy graphs in my form, So I can access them from the form & change some properties or change the relation between the objects Like "Family Tree or Organization Structure" in C# & SQL Server...... if if any one know a 3rd party component to do that Please till me.

2

1 Answer 1

1

Holy cow! There are multiple ways to do this, but I'm not going to do your homework for you. Here's how I'd start:

  1. You'll need to figure out the hierarchical relationships in the database.
  2. Figure out how to pass that data to the view (html or whatever the platform).
  3. Then you'll need to write CSS that reflects the hierarchy.

If you can give the data and more info I can help further.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.