3

I'd like to build a dashboard interface for an application I am working on. I want users to logon and get a birds eye view of the status of applications, outstanding issues, etc. I'm wondering if there are some good, pre-made controls rather than writing these from the ground up?

Dave Mackey
  • 4,306
  • 21
  • 78
  • 136
  • Hi Dave, Did you manage to finally build a dashboard? I find myself currently in the same situation as you were in May 2010. My objective is to build an Ajaxy dashboard interface. Any ideas as to which language you used in the backend and which open source data visualisation libraries you used? Thank you. –  Jan 07 '11 at 14:35

2 Answers2

2

You could look at Telerik's RadDock control for ASP.NET AJAX. It is not free ;)

Konrad
  • 716
  • 9
  • 21
1

For graphs and charts I would first try out the built in charting library in Visual Studio 2010.

If you cant use 2010 (even the express edition) for some reason then look at the charting controls for VS2008 MS Charting

BoxOfNotGoodery
  • 1,001
  • 1
  • 7
  • 24
  • Thanks, I'm looking for more of the ability to AJAXy create/control panels with information/charts/etc. inside of them... – Dave Mackey May 14 '10 at 18:21