Search found 7 matches

by PaTech
Tue Apr 04, 2006 1:34 am
Forum: ActiveX
Topic: Different number of data points
Replies: 2
Views: 3863

Thanks,
I'll give that a try. I didn't know that it needed to be done that way.
by PaTech
Wed Mar 29, 2006 5:25 pm
Forum: ActiveX
Topic: Different number of data points
Replies: 2
Views: 3863

Different number of data points

Hi, I am using teechart v6 activex. I have a chart with 5 series different series. The series are called Avg, Lane1Avg, Lane2Avg, Lane3Avg, and Lane4avg. The avg series takes the avg's from the other 4 series and creates one main average of all the lanes. The avg series has a data point every time t...
by PaTech
Thu Jan 26, 2006 9:38 pm
Forum: ActiveX
Topic: Deploy to web server
Replies: 1
Views: 2977

Deploy to web server

Hi, I have two questions about deployment. (1) What is the proper way to install the Version 6 Activex control for use in a web page on a Windows 2003, IIS web server? (2) What has to be done on the client's PC to have the Activex control automatically load when they view the web page? I've already ...
by PaTech
Thu Jan 26, 2006 8:16 pm
Forum: ActiveX
Topic: Asp.net server side reference
Replies: 6
Views: 9602

This is close to what I'm looking for except that I would like the actual live control to show in the web page so that the user can interact with it. The example that you posted only returns an image. Any other examples?

Thanks,
Allen
by PaTech
Thu Jan 26, 2006 8:13 pm
Forum: ActiveX
Topic: Asp.net server side reference
Replies: 6
Views: 9602

This is close to what I'm looking for except that I would like the actual live control to show in the web page so that the user can interact with it. The example that you posted only returns an image. Any other examples?

Thanks,
Allen
by PaTech
Mon Jan 16, 2006 5:39 pm
Forum: ActiveX
Topic: Asp.net server side reference
Replies: 6
Views: 9602

I'm not sure what you're telling me about adding it as an object. As far as the HTML code is concerned the chart is being added in an object tag. However, when I try to refer to it from the server-side code in a aspx.vb codebehind page, it dosen't see it because it's a client-side activeX control. I...
by PaTech
Thu Jan 12, 2006 10:47 pm
Forum: ActiveX
Topic: Asp.net server side reference
Replies: 6
Views: 9602

Asp.net server side reference

Are there any examples or could you tell me how to refer to the TeeChart control from the server side code in an asp.net web form? I'm trying to fill the chart from an MS SQL Server table. Can I create a dataset server side and use it for the chart?

Any help will be greatly appreciated!

Thanks.