Click here to Skip to main content
15,868,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi!
i want to se 26 graphs of different currencies at a time i one page using different tabs.how is it possible. i have used ajax tabs but it doesnt show all the graphs at the same time. can somebody tell me how is it possible?
Posted
Updated 1-Aug-11 0:33am
v2
Comments
[no name] 1-Aug-11 6:31am    
what do you mean by "show all the graphs at the same time"? As tab is supposed to show only the current tab page.
saxenaabhi6 1-Aug-11 6:41am    
its possible using ajax tabs, jquery tabs etc... but again same question as shameel.
saifullahiit 1-Aug-11 7:17am    
i mean 26 tabs and 26 graphs. each tab contains graph which takes values from database

If it were me, I'd create an object that exposed all of the currency valuations as properties, bind each currency type to a different series, and display the series. There's absolutely no need for 26 graphs.

You could also implement some controls that allowed the user to turn selected currency series on/off.
 
Share this answer
 
v2
Comments
saifullahiit 1-Aug-11 9:34am    
can u please give me a small demo,or code please
Sergey Alexandrovich Kryukov 1-Aug-11 10:51am    
Reasonable, my 5.
--SA
use ajax tabs and microsoft charting control...
and i would suggest you to use only one chart area in an update panel. load that chart and place it dynamically in the specific tab which is clicked... this will give you an experiance as you got multiple charts in multiple tabs

or you can use jquery charting plugins and jquery tab plugin if you want to keep your application light weight and client driven.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900