Bas
Bas

Reputation: 27105

ASP.NET Timeline control

I have looked over other questions on this website, but am yet to find a solution that meets our requirements. We need a Timeline control that makes it possible to display some HR information (distribution of consultants) over longer periods of time (months). The screenshot below illustrates the requirement.

Illustration

We currently use a Windows-based component from a third party. We need this application to be visible on the web, including display on iPad devices. Are there any controls on the market that support this functionality?

Upvotes: 6

Views: 13868

Answers (5)

Avirup Das
Avirup Das

Reputation: 311

Google charts have some serious issues if any asp.net project is deployed in IIS.

Upvotes: 0

McArthey
McArthey

Reputation: 1646

Have you looked at Google Charts? Specifically you could, perhaps, use their Annotated Timeline.

Upvotes: 0

Chains
Chains

Reputation: 13167

Here's one from codeplex that might work...

http://timelinenet.codeplex.com/releases/view/11981

There's also the "viewer" approach you could take -- for example, you could put a view of Visio or MS Project, etc. in a window on your page. Not sure how interactive it would be, but if your need is just for view-only, it might work.

http://www.codeproject.com/KB/applications/ASPNETVisioCustomControl.aspx

Upvotes: 0

suamme1
suamme1

Reputation: 176

I haven't explored many of the options yet, but I'm working on an application that uses DayPilot Lite (the open source version) from http://www.daypilot.org/ to display a calendar. The scheduler control looks like it could do something like what you're looking for.

Upvotes: 6

Related Questions