Hi there ASP people,
I will try to explain what I need to do.
When the page loads, it determines the year in the current system date (so right now year is 2002 of course) and selects data for this year and builds the barchart.
There is also a dropdown box that is populated (with year values... 2001, 2002 etc)when the page loads. (though right now user clicks in the box dont do anything)
This much is working well... but I don't know how to make it more dynamic so the user can select a year from the dropdown box and have the page rebuild the barchart based on the new year the user selected in the box.
________________________________________________________
I guess my question is... How do I write the click-event code so I can get the year the user selected?
Seems simple, I know; but I cant find any good examples.
The solution just needs to work with the IE browser in an Intranet environment.
Thanks, John
I will try to explain what I need to do.
When the page loads, it determines the year in the current system date (so right now year is 2002 of course) and selects data for this year and builds the barchart.
There is also a dropdown box that is populated (with year values... 2001, 2002 etc)when the page loads. (though right now user clicks in the box dont do anything)
This much is working well... but I don't know how to make it more dynamic so the user can select a year from the dropdown box and have the page rebuild the barchart based on the new year the user selected in the box.
________________________________________________________
I guess my question is... How do I write the click-event code so I can get the year the user selected?
Seems simple, I know; but I cant find any good examples.
The solution just needs to work with the IE browser in an Intranet environment.
Thanks, John