|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 2/8/2008 6:47:14 AM
Posts: 4,
Visits: 25
|
|
Hi,
I am loading records from database and i want to display chart for each record. i.e. My datalist returns me accounts from database. Each account has transactions i want to display chart for each account transaction. I mean i want to load charts on the page by each account id. just put one instance of chart and dynamically generate for each account. send accountid to chart and display it on the page infront of that account. I am using C# and ASP.NET
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: 2 days ago @ 9:41:33 AM
Posts: 809,
Visits: 1,285
|
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 2/8/2008 6:47:14 AM
Posts: 4,
Visits: 25
|
|
Hi,
I want to load charts at one instance. As i am loading multiple accounts records in a datalist for example i have ten accounts records in the datalist and i want to display chart for each account at one instane base on the accountid. Because this will differentiate charts for different accounts.
By the way thanks for the quick reply.
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: 2 days ago @ 9:41:33 AM
Posts: 809,
Visits: 1,285
|
|
| hi, You can create multiple charts in any way you wish, using a function or using loop. Just need to make sure that you must give unique chart id to each chart.
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 2/8/2008 6:47:14 AM
Posts: 4,
Visits: 25
|
|
Hi Sudipto,
I have done it. I was using the same logic but on aspx page i was unable to pass the accountid to the creatchart function, which is binded to datalist. Now i have another problem it disturbed my page theme. Actually my pages contained in master page. So now i have to find how to use use webservice to retrieve charts data. Please send me your thoughts on this.
Thanx for being with me
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: 2 days ago @ 9:41:33 AM
Posts: 809,
Visits: 1,285
|
|
| hi, may be you can write nomal ASP.NET codes to retrive data from web services and build XML (may be you ca put all the code in anothe function) and set the XML to the charts.
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|