Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Client side dynamic graphing problem

Reply
Thread Tools

Client side dynamic graphing problem

 
 
Nevets Steprock
Guest
Posts: n/a
 
      04-25-2005
I am familiar with application programming, but only started web-programming
a month ago. I want to have a graph on a webpage that the client can click
on and interact with. Specifically, I want the client to see a bar chart
with three bars each representing a different quality (for ease of
explanation, lets say they represent green, red and blue). The client can
put the mouse over one of the bars and increase or decrease its value by
either clicking above the bar or below. I want the bar to change
appropriately without having to have the page refresh each time.

Any ideas where I can get examples or other suggestions would be hugely
appreciated. I don't have much spare coin to buy any programs unless they're
cheap, so free solutions would be best.

Thanks.
Steven


 
Reply With Quote
 
 
 
 
Robbe Morris [C# MVP]
Guest
Posts: n/a
 
      04-25-2005
You could do something similar (yet, less complex) to this:

http://www.eggheadcafe.com/articles/20020922.asp

--
2005 Microsoft MVP C#
Robbe Morris
http://www.robbemorris.com
http://www.masterado.net/home/listings.aspx



"Nevets Steprock" <.@.> wrote in message news:4Lebe.24$HR1.16@clgrps12...
>I am familiar with application programming, but only started
>web-programming
> a month ago. I want to have a graph on a webpage that the client can click
> on and interact with. Specifically, I want the client to see a bar chart
> with three bars each representing a different quality (for ease of
> explanation, lets say they represent green, red and blue). The client can
> put the mouse over one of the bars and increase or decrease its value by
> either clicking above the bar or below. I want the bar to change
> appropriately without having to have the page refresh each time.
>
> Any ideas where I can get examples or other suggestions would be hugely
> appreciated. I don't have much spare coin to buy any programs unless
> they're
> cheap, so free solutions would be best.
>
> Thanks.
> Steven
>
>



 
Reply With Quote
 
 
 
 
Nevets Steprock
Guest
Posts: n/a
 
      04-26-2005
Thanks Robbe,

I had a good look at your site. Not only was the article you pointed out
perfect for the application in mind, but I read some other articles that
were relevant for other aspects of what I'm building.

Respectfully,
Steven



"Robbe Morris [C# MVP]" <> wrote in message
news:uOD$...
> You could do something similar (yet, less complex) to this:
>
> http://www.eggheadcafe.com/articles/20020922.asp
>
> --
> 2005 Microsoft MVP C#
> Robbe Morris
> http://www.robbemorris.com
> http://www.masterado.net/home/listings.aspx
>
>
>
> "Nevets Steprock" <.@.> wrote in message news:4Lebe.24$HR1.16@clgrps12...
>>I am familiar with application programming, but only started
>>web-programming
>> a month ago. I want to have a graph on a webpage that the client can
>> click
>> on and interact with. Specifically, I want the client to see a bar chart
>> with three bars each representing a different quality (for ease of
>> explanation, lets say they represent green, red and blue). The client can
>> put the mouse over one of the bars and increase or decrease its value by
>> either clicking above the bar or below. I want the bar to change
>> appropriately without having to have the page refresh each time.
>>
>> Any ideas where I can get examples or other suggestions would be hugely
>> appreciated. I don't have much spare coin to buy any programs unless
>> they're
>> cheap, so free solutions would be best.
>>
>> Thanks.
>> Steven
>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to execute client-side code _after_ client-side validation? Bogdan ASP .Net 2 06-09-2008 01:31 PM
Client side script after client side validation with asp.net 2.0 Boss302 ASP .Net 0 11-21-2006 08:43 AM
Client side dynamic graphing problem Nevets Steprock ASP .Net Web Controls 2 04-26-2005 03:33 PM
Client side dynamic graphing problem Nevets Steprock ASP .Net 2 04-26-2005 03:33 PM
Adding custom client-side onClick handler with client-side validator controls Zoe Hart ASP .Net Web Controls 1 01-08-2004 10:45 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57