Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Sample Web Application using ASP & C Sharp.

Hi,
I want to create a Web Application using C-Sharp which uses NI ActiveX Controls. Any sample for this kind of Application will be helpful.

Thanks,
Vinod.
0 Kudos
Message 1 of 2
(3,173 Views)
The ActiveX controls will be instantiated on the client as they are when you use them in any other web page, so there are not any special considerations for using the Measurement Studio ActiveX controls in ASP.NET. The page will be like any other page, and then you can use the IE object tag to embed the ActiveX control in the page. For more information, see the Microsoft KB article HOW TO: Host ActiveX Controls in a Web Form. I also suggest reading through some of the previous discussions about ASP.NET and ActiveX controls from this forum, such as the ones at this link and this link.

- Elton
0 Kudos
Message 2 of 2
(3,172 Views)