473,396 Members | 1,738 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Display MS Project File on a Web Page As Graphical Gantt Chart

Mel
I have some Asp.net 2.0/vb.net code that creates a gantt chart with
some dependencies as a new MS Project (.mpp) file. How would I show
this resulting .mpp file on an Asp.net webpage? I want to show the
Gantt Chart as a graphical object on my webpage and display it as read
only.
Sep 12 '08 #1
9 5954
Mel
On Sep 12, 12:25 pm, Mel <MLights...@gmail.comwrote:
I have some Asp.net 2.0/vb.net code that creates a gantt chart with
some dependencies as a new MS Project (.mpp) file. How would I show
this resulting .mpp file on an Asp.net webpage? I want to show the
Gantt Chart as a graphical object on my webpage and display it as read
only.
Anyone know how to do this?
Sep 15 '08 #2
"Mel" <ML********@gmail.comwrote in message
news:3b**********************************@t54g2000 hsg.googlegroups.com...
On Sep 12, 12:25 pm, Mel <MLights...@gmail.comwrote:
>I have some Asp.net 2.0/vb.net code that creates a gantt chart with
some dependencies as a new MS Project (.mpp) file. How would I show
this resulting .mpp file on an Asp.net webpage? I want to show the
Gantt Chart as a graphical object on my webpage and display it as read
only.

Anyone know how to do this?
1) Use this:
http://www.aspose.com/categories/fil...t/default.aspx
to interface with the Project file on the server, and save a copy of the
data in XML format.

2) Use the saved XML to create an image - most charting / graphing software
can use XML as a datasource, either directly or via some transformation. I
use this:
http://www.advsofteng.com/cdnet.html
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Sep 15 '08 #3
Mel
On Sep 15, 9:37 am, "Mark Rae [MVP]" <m...@markNOSPAMrae.netwrote:
"Mel" <MLights...@gmail.comwrote in message

news:3b**********************************@t54g2000 hsg.googlegroups.com...
On Sep 12, 12:25 pm, Mel <MLights...@gmail.comwrote:
I have some Asp.net 2.0/vb.net code that creates a gantt chart with
some dependencies as a new MS Project (.mpp) file. How would I show
this resulting .mpp file on an Asp.net webpage? I want to show the
Gantt Chart as a graphical object on my webpage and display it as read
only.
Anyone know how to do this?

1) Use this:http://www.aspose.com/categories/fil.../aspose.tasks-...
to interface with the Project file on the server, and save a copy of the
data in XML format.

2) Use the saved XML to create an image - most charting / graphing software
can use XML as a datasource, either directly or via some transformation. I
use this:http://www.advsofteng.com/cdnet.html

--
Mark Rae
ASP.NET MVPhttp://www.markrae.net
I can't use the Chart Director Gantt Chart because it does not contain
dependencies. I need to display the dependency information in my
Gantt Chart.

I can save as an XML file out of Microsoft Project 2007. How would I
use this XML file to create an image?

Sep 15 '08 #4
Mel
On Sep 15, 10:05 am, Mel <MLights...@gmail.comwrote:
On Sep 15, 9:37 am, "Mark Rae [MVP]" <m...@markNOSPAMrae.netwrote:
"Mel" <MLights...@gmail.comwrote in message
news:3b**********************************@t54g2000 hsg.googlegroups.com...
On Sep 12, 12:25 pm, Mel <MLights...@gmail.comwrote:
>I have some Asp.net 2.0/vb.net code that creates a gantt chart with
>some dependencies as a new MS Project (.mpp) file. How would I show
>this resulting .mpp file on an Asp.net webpage? I want to show the
>Gantt Chart as a graphical object on my webpage and display it as read
>only.
Anyone know how to do this?
1) Use this:http://www.aspose.com/categories/fil.../aspose.tasks-...
to interface with the Project file on the server, and save a copy of the
data in XML format.
2) Use the saved XML to create an image - most charting / graphing software
can use XML as a datasource, either directly or via some transformation. I
use this:http://www.advsofteng.com/cdnet.html
--
Mark Rae
ASP.NET MVPhttp://www.markrae.net

I can't use the Chart Director Gantt Chart because it does not contain
dependencies. I need to display the dependency information in my
Gantt Chart.

I can save as an XML file out of Microsoft Project 2007. How would I
use this XML file to create an image?
Oh, and the www.aspose.com website is a non-graphical solution. I
need to show the Gantt Chart as a graphic on my web page.
Sep 15 '08 #5
"Mel" <ML********@gmail.comwrote in message
news:5b**********************************@z72g2000 hsb.googlegroups.com...
Anyone know how to do this?
1) Use
this:http://www.aspose.com/categories/fil.../aspose.tasks-...
to interface with the Project file on the server, and save a copy of
the
data in XML format.
2) Use the saved XML to create an image - most charting / graphing
software
can use XML as a datasource, either directly or via some
transformation. I
use this:http://www.advsofteng.com/cdnet.html
--
Mark Rae
ASP.NET MVPhttp://www.markrae.net

I can't use the Chart Director Gantt Chart because it does not contain
dependencies. I need to display the dependency information in my
Gantt Chart.

I can save as an XML file out of Microsoft Project 2007. How would I
use this XML file to create an image?

Oh, and the www.aspose.com website is a non-graphical solution. I
need to show the Gantt Chart as a graphic on my web page.
The Aspose component is used to interface with the Project file on the
server and save a copy of the data in XML format - now you've got something
that you can work with without having to resort to server-side Office
automation, which isn't supported. Now that you have the data in XML format,
you need to display it graphically.
I can't use the Chart Director Gantt Chart because it does not contain
dependencies. I need to display the dependency information in my
Gantt Chart.
So find one that does! There are dozens, maybe hundreds, of 3rd-party
charting / graphics add-ins for the .NET Framework
http://www.google.co.uk/search?hl=en...pendency&meta=
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Sep 15 '08 #6
"Mel" <ML********@gmail.comwrote in message
news:5b**********************************@z72g2000 hsb.googlegroups.com...
Anyone know how to do this?
Alternatively, this may meet your requirements:
http://www.projectviewercentral.com/...iewer/web.html
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Sep 15 '08 #7
Mel
On Sep 15, 10:41 am, "Mark Rae [MVP]" <m...@markNOSPAMrae.netwrote:
"Mel" <MLights...@gmail.comwrote in message

news:5b**********************************@z72g2000 hsb.googlegroups.com...
Anyone know how to do this?
1) Use
this:http://www.aspose.com/categories/fil.../aspose.tasks-...
to interface with the Project file on the server, and save a copy of
the
data in XML format.
2) Use the saved XML to create an image - most charting / graphing
software
can use XML as a datasource, either directly or via some
transformation. I
use this:http://www.advsofteng.com/cdnet.html
--
Mark Rae
ASP.NET MVPhttp://www.markrae.net
I can't use the Chart Director Gantt Chart because it does not contain
dependencies. I need to display the dependency information in my
Gantt Chart.
I can save as an XML file out of Microsoft Project 2007. How would I
use this XML file to create an image?
Oh, and thewww.aspose.comwebsite is a non-graphical solution. I
need to show the Gantt Chart as a graphic on my web page.

The Aspose component is used to interface with the Project file on the
server and save a copy of the data in XML format - now you've got something
that you can work with without having to resort to server-side Office
automation, which isn't supported. Now that you have the data in XML format,
you need to display it graphically.
I can't use the Chart Director Gantt Chart because it does not contain
dependencies. I need to display the dependency information in my
Gantt Chart.

So find one that does! There are dozens, maybe hundreds, of 3rd-party
charting / graphics add-ins for the .NET Frameworkhttp://www.google.co.uk/search?hl=en&rlz=1T4GZEZ_en-GBGB252GB252&q=%2...

--
Mark Rae
ASP.NET MVPhttp://www.markrae.net
Yes, I've been searching for over a week now. I'll keep at it.
Sep 15 '08 #8
Mel
On Sep 15, 10:48 am, "Mark Rae [MVP]" <m...@markNOSPAMrae.netwrote:
"Mel" <MLights...@gmail.comwrote in message

news:5b**********************************@z72g2000 hsb.googlegroups.com...
Anyone know how to do this?

Alternatively, this may meet your requirements:http://www.projectviewercentral.com/...iewer/web.html

--
Mark Rae
ASP.NET MVPhttp://www.markrae.net
>>http://www.projectviewercentral.com/...iewer/web.html
This looks promising. Thanks!
Sep 15 '08 #9
On Sep 15, 6:12*pm, Mel <MLights...@gmail.comwrote:
On Sep 15, 10:48 am, "Mark Rae [MVP]" <m...@markNOSPAMrae.netwrote:
"Mel" <MLights...@gmail.comwrote in message
news:5b**********************************@z72g2000 hsb.googlegroups.com....
Anyone know how to do this?
Alternatively, this may meet your requirements:http://www.projectviewercentral.com/...iewer/web.html
--
Mark Rae
ASP.NET MVPhttp://www.markrae.net
>>http://www.projectviewercentral.com/...iewer/web.html

This looks promising. *Thanks!
For XML approach the following free js based chart could be
interesting
http://www.shlomygantz.com/blog/inde...hart-component
Sep 15 '08 #10

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

Similar topics

0
by: Alan Dechert | last post by:
A couple of months ago, I posted a call for volunteers on C.L.PY for our demo voting system development project (open source Python on SourceForge). I am very pleased with the result so far. We...
6
by: musicloverlch | last post by:
OK, I just got a weird question. Can MS Access make a Gantt chart? Has anyone ever done that? How did you do that? Thanks in advance, Laura
31
by: Bob | last post by:
I have recently joined a healthcare company where I am the solo programmer. I am going to be starting work on a project. The management has asked me to provide an estimate of hours I am going to...
1
by: news.microsoft.com | last post by:
Hello Does anyone know of any control that allows you to have different view of a calendar including gantt chart style views ? I know the calender control which comes with asp.net 2.0 is not...
5
by: Kuna | last post by:
Hi All, I am trying to create a gantt chart in php by getting data from database. I am using WindowsXp OS and having php-4 and my-sql DB. I have installed the JPGRAPH package to my system and...
10
by: JJ | last post by:
Just wondered what is generally used to display data in graphical form? (i..e I have some simple data to display in a bar graph/pie chart for example). ? JJ
9
menayah
by: menayah | last post by:
Dear all, How to make a gantt chart from datagrid (datatable) in VB .net web forms ? What are the softwear the I can use for that? Thanks...
1
by: jj Vorster | last post by:
Hi I am in need of a Gantt Chart in Access that I can use in the development of a rental Company. I should be able to see: Vehicle booking Vehicle out ( Different colour than booking) Vehicle...
4
by: Evan Camilleri | last post by:
Does anyone know of a good Gantt Chart which 1: shows week numbers 2: allows the user to interect with it (i.e. not just an image) and 3: is fully customizable from my application? Evan
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...

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.