Page 1 of 1

I can't populate series in WebForm ASP.NET Application

Posted: Wed Dec 17, 2003 8:05 pm
by 8122923
Hello,
I'm new to teeChart .Net. I followed the Tee Chart pro .Net tutorial to make a web chart. I dragued the webchart control and I created a serie. The problem is binding the serie. I have created a sqldataadapter object with a functionnal access, and I have tried to create an oledbadapter too.

The problem is : the series datasource/databases doesn't reconize the dataadapter. It doesn't see the data set. (editing the webchart)

Worst, it works if I create a Windows Application. I can see the dataset, but NOT IN WEBFORM!

I am using Windows 2000/VS.NET 2003/IE6/SQLSERVER2000 Client/server on the same computer.

Please help! Thanks

Posted: Thu Dec 18, 2003 10:13 am
by Pep
Hi Simon,

Yes, WebChart doesn’t yet work with databases at design time. However, it runs fine with databases designed at runtime. Please see “Tutorial8 – ADO.NET Database Access” for some runtime examples.

Josep Lluis Jorge
http://support.steema.com

Thanks

Posted: Thu Dec 18, 2003 3:42 pm
by 8122923
Oh well, you were right!

Now it works. Thank you very much!



Simon