views:

36

answers:

3

Hello,

I write an application in asp.net and I have something like state machine which can be modified by user (nodes, paths and directions of paths).

Is there any nice controll I can use to display this data ?

Just display, there is no need to do anything with it

Thanks for help

+1  A: 

Hi,

Could you please post a screenshot showing how you see such control? Perhaps, we will have something similar among our controls

DevExpress Team
Hi,Its nothing special just states and arrows (graph should be directed). Something like that: http://yfrog.com/jlflowwp and Ive got this structure in my database as stateName, stateNextStep thats all
gruber
A: 

So is there any control you can suggest ?

gruber
A: 

We are using Syncfusion Diagram for WinForms for such a thing.
They have an ASP.NET version also http://www.syncfusion.com/products/user-interface-edition/aspnet/Diagram

Sergey Mirvoda