473,569 Members | 2,428 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Generating projects roadmap on the fly in asp.net 2.0?

Hello,

First, please take a look at the following screen shot:

http://farm2.static.flickr.com/1226/...0b41e7f8_o.png

We are working on a web-based project management system for our
client. They would like to have the system generate such a project
roadmap on the fly, by grabbing the data from the database.

I would say that this is gonna be pretty hard to implement.

The durations of each project are retrieved from the database.
Project A, B and C are related, and this is visually represented by
having them span two adjacent rows. But, let's forget about the
grouping of these 3 projects. Is there any charting application that
can handle this task?

I know a few charting applications can do Gantt chart pretty. But, I
haven't found anything that can do such roadmaps.

Any hint is highly appreciated.

Aug 20 '07 #1
2 1255
On Aug 20, 2:55 pm, "antonyliu2...@ yahoo.com"
<antonyliu2...@ yahoo.comwrote:
Hello,

First, please take a look at the following screen shot:

http://farm2.static.flickr.com/1226/...0b41e7f8_o.png

We are working on a web-based project management system for our
client. They would like to have the system generate such a project
roadmap on the fly, by grabbing the data from the database.

I would say that this is gonna be pretty hard to implement.

The durations of each project are retrieved from the database.
Project A, B and C are related, and this is visually represented by
having them span two adjacent rows. But, let's forget about the
grouping of these 3 projects. Is there any charting application that
can handle this task?

I know a few charting applications can do Gantt chart pretty. But, I
haven't found anything that can do such roadmaps.

Any hint is highly appreciated.
OK, is it possible to create such a chart using GDI+ from scratch? I
do not have any graphics programming experience, but if GDI+ can
easily handle such a graph, I am very interested in learning to do
it. Anyone with GDI+ experiences?

Aug 20 '07 #2
On Aug 20, 4:09 pm, "antonyliu2...@ yahoo.com"
<antonyliu2...@ yahoo.comwrote:
On Aug 20, 2:55 pm, "antonyliu2...@ yahoo.com"

<antonyliu2...@ yahoo.comwrote:
Hello,
First, please take a look at the following screen shot:
http://farm2.static.flickr.com/1226/...0b41e7f8_o.png
We are working on a web-based project management system for our
client. They would like to have the system generate such a project
roadmap on the fly, by grabbing the data from the database.
I would say that this is gonna be pretty hard to implement.
The durations of each project are retrieved from the database.
Project A, B and C are related, and this is visually represented by
having them span two adjacent rows. But, let's forget about the
grouping of these 3 projects. Is there any charting application that
can handle this task?
I know a few charting applications can do Gantt chart pretty. But, I
haven't found anything that can do such roadmaps.
Any hint is highly appreciated.

OK, is it possible to create such a chart using GDI+ from scratch? I
do not have any graphics programming experience, but if GDI+ can
easily handle such a graph, I am very interested in learning to do
it. Anyone with GDI+ experiences?
Having not done much asp.net / graphical representations , I can't say
for certain how easy or hard your solution will be, but it is doable
using the tools provided. They won't be incredibly sexy, but they
will be accurate. The built in drawing functionality is minimal, but
it is a base which you can build upon.

There are a number of products on the web (which my company is
currently evaluating), which do provide far more complex graphing
capabilities. The licenses run from under $100 to over a thousand, so
be mindful of your budget. The tradeoff in licensing a product vs.
hand coding a solution may be more beneficial to implement the outside
solution.

Best of luck,

Wes

Aug 21 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
3057
by: Logan | last post by:
Is there something like a roadmap for Python3 (i.e. v3.0)? IIRC, formerly people talked about Python 3000 resp. P3k and it was speculated, that Python3 will not be backwards compatible with Python2. Now I get the feeling, that many features (e.g. new style classes, iterators) are implemented in the 2.x branch to gradually prepare for...
1
4190
by: Chris Geer | last post by:
After reading the new Roadmap on the .NET homepage (http://msdn.microsoft.com/vstudio/productinfo/roadmap.aspx ) I was wondering how all of the changes proposed to the C# language are going to be handled through the ECMA. Is Microsoft going back to the ECMA to try and change the standard or are they branching off on their own with a...
8
1619
by: Old VB6 Guy | last post by:
First of all, sorry if crossposting bothers you -- I don't normally do it, but both of these groups seem relavant to my questions. Alright, the time has finally come to make an investment in time and money to jump start my career again. I am currently a VB6/ASP programmer, but worse yet, I am in a company that has me doing (yuch!) support...
1
1671
by: netcommander | last post by:
Hi all, Can anyone shed any light on how I generate the XML comment documents from the C# code-behind files in a ASP.NET web project in VS2005? I can't find any properties relating to it if I right-click the project name in Solution Explorer. It's a different story for a C# windows application... you get a different set of properties that...
13
1899
by: Immanuel Goldstein | last post by:
Obtained under the Freedom of Information Act by the National Security Archive at George Washington University and posted on the Web today, the 74-page "Information Operations Roadmap" admits that "information intended for foreign audiences, including public diplomacy and PSYOP, increasingly is consumed by our domestic audience and...
1
1331
by: holan | last post by:
Hallo! We develop a big inhouse-apps with asp.net 1.1. We now switching to asp.net 2.0. We also want to integrate the new features that ATLAS will provide. But we can't find any comment from MS when ATLAS will be ready. Or when there will be a release that we could legaly use inhouse. So we missing a roadmap for this great new framework. ...
3
1326
by: holan | last post by:
Hallo! We develop a big inhouse-apps with asp.net 1.1. We now switching to asp.net 2.0 and vs2005. We also want to integrate the new features that ATLA will provide. But we can't find any comment from MS when ATLAS will be ready. Or when there will be a release that we could legaly use inhouse. So we missing a roadmap fpr this great new...
97
5456
by: Master Programmer | last post by:
An friend insider told me that VB is to be killled off within 18 months. I guess this makes sence now that C# is here. I believe it and am actualy surprised they ever even included it in VS 2003 in the first place. Anyone else heard about this development? The Master
1
6220
by: Vinod Sadanandan | last post by:
A Roadmap To Query Tuning ============================ For each SQL statement, there are different approaches that could be used to retrieve the required data. Optimization is the process of choosing the most efficient way to retrieve this data based upon the evaluation of a number of different criteria. The CBO bases optimization choices...
0
7926
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8138
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
6287
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5514
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3657
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3647
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2117
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1228
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
946
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.