vote up 6 vote down star
1

For my Enterprise software solution (so open source is not so good) I want to implement a flexible dashboard which is component base. So I can keep changing it by adding new components, withouth having to wait for the next version.

my gold standard is pageflakes

any suggestions?

flag

57% accept rate

5 Answers

vote up 9 vote down check

You should check into Drop things. It's created by the creater of pageflakes and used in a book he wrote on how to do it.

link|flag
vote up 4 vote down

ASP.NET Web Parts coupled with ASP.NET Ajax will enable you to create your own configurable Pageflakes-like site.

link|flag
vote up 4 vote down

Have a look at Ext JS. It's a javascript framework that can very easily do a dashboard. There is a commercial license as well as a GPL one.

Although it is open source, that's not really what your problem is, the commercial license is fine for building commercial software.

link|flag
vote up 3 vote down

For this particular subject, it's a must to check out this book:

link|flag
vote up 0 vote down

You can also try Professional Dynamic Dashboards and Widget Toolkit for Asp.Net.

Seems more professional and reliable than drop things and has free support subscription. Also includes open source widget library and free Kalitte Asp.Net Gauge control.

Visit www.dynamicdashboards.net. for more information.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.