Generate Dynamic Graphs based on user's login details

M

Manolis

Hello..I am creating an application using ASP.NET and FrontPage2003. It is about a groupware application in which every team member will evaluate the performance of the others with a score from 0-5. The evaluation data is stored in an Access database. What i want to achieve is to create a chart which will present how each team member was evaluated by the others. Therefore, i have created a chart (using Web-components of FrontPage 2003) which presents the data based on a query. However, the graph is "static". What i would like to do is adjust the graph according to the user who enters the website (login details). Therefore, the chart-query should be automatically adjusted to the login details of the user. I tried to put the "session" command in the code of the chart, next to the "evaluee" field or in the Access database query but got an error message.

Any ideas? i am really stuck...

I would be extremely grateful if u could provide me any hints...

thanks
 
M

MD Websunlimited

How does this relate to FrontPage Programming?

Check the ASP.NET NG along with the .Net NG.


--
Mike -- FrontPage MVP '97 - '02
http://www.websunlimited.com


Manolis said:
Hello..I am creating an application using ASP.NET and FrontPage2003. It is about a groupware application in which every team
member will evaluate the performance of the others with a score from 0-5. The evaluation data is stored in an Access database. What
i want to achieve is to create a chart which will present how each team member was evaluated by the others. Therefore, i have
created a chart (using Web-components of FrontPage 2003) which presents the data based on a query. However, the graph is "static".
What i would like to do is adjust the graph according to the user who enters the website (login details). Therefore, the chart-query
should be automatically adjusted to the login details of the user. I tried to put the "session" command in the code of the chart,
next to the "evaluee" field or in the Access database query but got an error message.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top