Newbie - ASP.NET and OWC 10 How-to/samples

C

Chris Moore

Hi

I am looking for sample code/guides and advice on how to use the Offive Web
Components.

I am trying to chart information from SQL queries which at the moment are
displayed in datagrids - can I simply bind to chart controls?

Any advice, samples, anything....(!) gratefully received

Thanks all


Chris
 
A

Alvin Bruney

No you can't. At least not yet. One solution would be to spit out the
datagrid as an array and then load the array into the chart using the
chart's setdata property which can take an array.
 
C

Chris Moore

Thanks Alvin, will look at that option!

Bring on databinfding it would make life soooooo simple.....
 
Top