Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: Graphs in ASP to represent data.


Message #1 by "Ajay Ovalekar" <ajax@i...> on Tue, 19 Sep 2000 17:59:43 +0530
This is a multi-part message in MIME format.



------=_NextPart_000_0039_01C02263.63E78D80

Content-Type: text/plain;

	charset="iso-8859-1"

Content-Transfer-Encoding: quoted-printable



Dear people,



I am required to create a web page (using asp),

  1.. in which the user shall be required to select certain criterion on 

the basis of which data is retrieved from the database, and shown in the 

form of a graph.

  2.. obviously the page calls another page with the image of the graph, 

but this image needs to be created run time.

  3.. There are about 8-10 criterion eg

    1.. Publications (about 1500 records)

    2.. circulation figure for each publication for every 6 months for 

the last 5 years.

    3.. circulation firgures on the basis of sex, income group, 

education etc.

  4.. In short it may be impossible for me to create an image for each 

and every criteria and map the path onto the image tag at run time.

  5.. I have seen it happen. for eg. most web hosts give  analysis of 

the visits to a site hosted by them using graphs on <HTML> email.

  6.. There is no problem with the database design as it returns values 

that are expeted of it. Its only the conversion of the values in 

graphical format that is a dampner curently

Thanx in advance



AJAX...












Message #2 by =?iso-8859-1?Q?=D3lafur_Brandsson?= <olafuringi@i...> on Tue, 26 Sep 2000 14:04:56 +0100
This message is in MIME format. Since your mail reader does not understand

this format, some or all of this message may not be legible.



------_=_NextPart_001_01C027BA.5E7FF6BE

Content-Type: text/plain;

	charset="iso-8859-1"

Content-Transfer-Encoding: quoted-printable



Try reading the following articles to get the idea to display graphs on 

your

page : http://haneng.com/lessons/18.asp 

<http://haneng.com/lessons/18.asp>

, http://www.4guysfromrolla.com/webtech/040500-1.shtml

<http://www.4guysfromrolla.com/webtech/040500-1.shtml>



http://www.4guysfromrolla.com/webtech/MSChartExample.shtml

<http://www.4guysfromrolla.com/webtech/MSChartExample.shtml>  and

http://www.4guysfromrolla.com/webtech/042199-1.shtml

<http://www.4guysfromrolla.com/webtech/042199-1.shtml> .



these articles should give you a good idea, though i=B4ve never tried 

it

myself.



happy programming.





-----Original Message-----

From: Ajay Ovalekar [mailto:ajax@i...]

Sent: 19. september 2000 12:30

To: ASP components

Cc: ASP Databases

Subject: [asp_components] Graphs in ASP to represent data.





Dear people,



I am required to create a web page (using asp),



1.	in which the user shall be required to select certain criterion on

the basis of which data is retrieved from the database, and shown in 

the

form of a graph.



2.	obviously the page calls another page with the image of the graph,

but this image needs to be created run time.



3.	There are about 8-10 criterion eg 





1.	Publications (about 1500 records)



2.	circulation figure for each publication for every 6 months for the

last 5 years.



3.	circulation firgures on the basis of sex, income group, education

etc.



4.	In short it may be impossible for me to create an image for each and

every criteria and map the path onto the image tag at run time.



5.	I have seen it happen. for eg. most web hosts give  analysis of the

visits to a site hosted by them using graphs on <HTML> email.



6.	There is no problem with the database design as it returns values

that are expeted of it. Its only the conversion of the values in 

graphical

format that is a dampner curently



Thanx in advance



AJAX...







---

To place your message here, or to sponsor this list, please e-mail

mailto:p2pinfo@w...?subject=3DMediaPack, remembering to provide 

contact

details for yourself. We will e-mail you a Media Pack within 24 hours.



You are currently subscribed to asp_components


$subst('Email.Unsub')

---)






Message #3 by =?iso-8859-1?Q?=D3lafur_Brandsson?= <olafuringi@i...> on Tue, 26 Sep 2000 14:09:56 +0100
This message is in MIME format. Since your mail reader does not understand

this format, some or all of this message may not be legible.



------_=_NextPart_001_01C027BB.1101A724

Content-Type: text/plain;

	charset="iso-8859-1"



there is also a free component at www.dundas.com <http://www.dundas.com>

called piechartserver which looks really cool.

 

happy programming.





  Return to Index