Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: How to make XY Co-ordinate graph on ASP,using data from SQL server


Message #1 by "Sukhvinder Singh" <sukhi_soodan@y...> on Wed, 15 Aug 2001 18:23:39
Hi,Need Help,right now I am in dire straits, any help will be appreciated 

from heart.Thier r different problems i am discussing below:



Problem 1:> want to make XY Co-ordinate graph on ASP,using data from SQL   

            server.The graph is made on the contents of Volume & no. of 

            days.So please tell me how can i develop such thing on my ASP,

            (How to develop & deploy Active X Component on ASP).



Problem 2:>I have to make a ASP page on which their r Four Items

           (Terminal Info,Terminal Location,Terminal History,Sales Agent  

           Info).When a user clicks on any of these item eg. on Terminal  

           Info. it should be able to display all the information         

           regarding Terminal Info(Information is Dynamic).Similarly for 

           the other three Items.NOw the problem is i want this 

           information to expand  when i click the 

           button(eg. Terminal Info)& close when i click again.Simlarly 

           for other three items.All these item should remain on the same 

           page,rather displaying using FRAMES in different windows(i.e 

           using anchor tags).I want all these items to be on same 

           page.When a user clicks he can get all information on same page.

           Eg.If a user clicks on to the first & third item he should be 

           able to see both information & if wishes to close one,he simply

           clicks on to the one,So as to close that one.





Please take ur time.Any coding eg will surely be + point.

               
Message #2 by "Balajewicz, Greg" <Greg.Balajewicz@A...> on Wed, 15 Aug 2001 12:52:26 -0500
it seems to me like this is not an ASP question at all, even less of a 

asp

components question. ASP just creates an HTML page which is sent to the

client. It seems to me you should really be asking how can solve my 

problems

using HTML



Problem1

	I am assuming you know how to retrieve data from sql server so once

you do, all you need is create an HTML page which displays this graph. 

This

may be difficult to do with pure HTML, you may need to generate an 

image

depicting the graph and then display this image on the HTML page.



Problem2

	You can do what you describe with HTML and JavaScript. Ask this

question on html_code_clinc and/or some javascript mailgroups for more

information.



> -----Original Message-----

> From: Sukhvinder Singh [mailto:sukhi_soodan@y...]

> Sent: Wednesday, August 15, 2001 2:24 PM

> To: ASP components

> Subject: [asp_components] How to make XY Co-ordinate graph on

> ASP,using

> data from SQL server

>

>

> Hi,Need Help,right now I am in dire straits, any help will be

> appreciated

> from heart.Thier r different problems i am discussing below:

>

> Problem 1:> want to make XY Co-ordinate graph on ASP,using

> data from SQL  

>             server.The graph is made on the contents of

> Volume & no. of

>             days.So please tell me how can i develop such

> thing on my ASP,

>             (How to develop & deploy Active X Component on ASP).

>

> Problem 2:>I have to make a ASP page on which their r Four Items

>            (Terminal Info,Terminal Location,Terminal

> History,Sales Agent 

>            Info).When a user clicks on any of these item eg.

> on Terminal 

>            Info. it should be able to display all the

> information        

>            regarding Terminal Info(Information is

> Dynamic).Similarly for

>            the other three Items.NOw the problem is i want this

>            information to expand  when i click the

>            button(eg. Terminal Info)& close when i click

> again.Simlarly

>            for other three items.All these item should remain

> on the same

>            page,rather displaying using FRAMES in different

> windows(i.e

>            using anchor tags).I want all these items to be on same

>            page.When a user clicks he can get all information

> on same page.

>            Eg.If a user clicks on to the first & third item

> he should be

>            able to see both information & if wishes to close

> one,he simply

>            clicks on to the one,So as to close that one.

>

>

> Please take ur time.Any coding eg will surely be + point.




  Return to Index