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

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Simon
Newbie
Newbie
Posts: 14
Joined: Wed Nov 26, 2003 5:00 am
Location: Québec

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

Post by Simon » Wed Dec 17, 2003 8:05 pm

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

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu Dec 18, 2003 10:13 am

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

Simon
Newbie
Newbie
Posts: 14
Joined: Wed Nov 26, 2003 5:00 am
Location: Québec

Thanks

Post by Simon » Thu Dec 18, 2003 3:42 pm

Oh well, you were right!

Now it works. Thank you very much!



Simon

Post Reply