I m using chart control to represent students marks.
i have no idea , how to bind data with these controls.
i try
radchartcontrol1.Datascource=ds.Tables[0];
but this is not working
how can i bind table data in the table i have stored marks as varchar.
please help me
Loading

Vikas AhlawatPosted Oct 10, 2009, 12:01 AM
My problem is solved.
My mistake was that i does not add the code
radcontrol1.Databind();
Varchar is working fine.
Kirtan PatelPosted Oct 9, 2009, 11:37 PM