I'm interning for a team right now and my current project is to try to find a way make my teams quarterly meetings power point more "real time".
What I mean is that someone usually prepares the power point a week or two in advance using data from excel sheets (which are exporting from a sql server 2005 database), so the data is a week or two old during the meeting.
The power point is about 60 slides long and is basically a summary of what went since the last meeting. There are a lot of graphs, statistics, and other crap.
They would like to be able to view graphs and stats with information directly from the database, that is easily and quickly accessible. (ie. a web site)
At this point, I am trying to figure out how to create graphs using asp.net and c# using data from their sql database.
I figured if I make graphs similar to the ones that they make in their powerpoint, it will be familiar to them when they see it in web page format.
any ideas or suggestions would be welcome.
thanks.
What I mean is that someone usually prepares the power point a week or two in advance using data from excel sheets (which are exporting from a sql server 2005 database), so the data is a week or two old during the meeting.
The power point is about 60 slides long and is basically a summary of what went since the last meeting. There are a lot of graphs, statistics, and other crap.
They would like to be able to view graphs and stats with information directly from the database, that is easily and quickly accessible. (ie. a web site)
At this point, I am trying to figure out how to create graphs using asp.net and c# using data from their sql database.
I figured if I make graphs similar to the ones that they make in their powerpoint, it will be familiar to them when they see it in web page format.
any ideas or suggestions would be welcome.
thanks.
