I want ot generate a Network Diagram based on the information Stored in my Database
IP ADRESS STATUS
128.98.76.6 Active
128.96.35.21 Active
128.5.68.9 Not Active
I want to generate a network diagram in which the Active nodes are shown by a green link and non active in Red link.
How should i do this in C#
IP ADRESS STATUS
128.98.76.6 Active
128.96.35.21 Active
128.5.68.9 Not Active
I want to generate a network diagram in which the Active nodes are shown by a green link and non active in Red link.
How should i do this in C#
Comment