Ask a Question related to ASP.NET Web Services, Design and Development.
-
Nevets Steprock #1
Client side dynamic graphing problem
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
Nevets Steprock Guest
-
Problem with client side active x
Hi All, Hope you can help / point me in the right direction with a little problem. I have a VB6 created active X dll which is downloaded to the... -
Client-side Dynamic listbox on Update page?
I have followed the instructions on this page,... -
Creating client-side dynamic dependent list boxes in ASP
I am trying to link two list boxes on a page using client side java. I am using Macromedia's Tech Note on this issue but still cannot get it to... -
FormsAuthentication client-side problem
I'm using FormsAuthentication to secure access to a web site. The authentication process works correctly initially. The pages on the site have a... -
Client side and server side scripting problem
Hiya I have a problem with using some client side and server side scripting together in an ASP. I'm using VBScript. What I'm trying to achieve... -
Robbe Morris [C# MVP] #2
Re: Client side dynamic graphing problem
You could do something similar (yet, less complex) to this:
[url]http://www.eggheadcafe.com/articles/20020922.asp[/url]
--
2005 Microsoft MVP C#
Robbe Morris
[url]http://www.robbemorris.com[/url]
[url]http://www.masterado.net/home/listings.aspx[/url]
"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
>
>
Robbe Morris [C# MVP] Guest
-
Nevets Steprock #3
Re: Client side dynamic graphing problem
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]" <info@turnkeytools.com> wrote in message
news:uOD$J0eSFHA.3788@tk2msftngp13.phx.gbl...> You could do something similar (yet, less complex) to this:
>
> [url]http://www.eggheadcafe.com/articles/20020922.asp[/url]
>
> --
> 2005 Microsoft MVP C#
> Robbe Morris
> [url]http://www.robbemorris.com[/url]
> [url]http://www.masterado.net/home/listings.aspx[/url]
>
>
>
> "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
>>
>>
>
Nevets Steprock Guest



Reply With Quote

