Using ActiveX Control

R

Remote_User

Hi,
I am using C# as the code-behing language in ASP.NET and trying to
put in ActiveX control in the web page.
Could you provide me a suggestion on this as good start up ?
Trying to get familiar with ActiveX controls.
 
M

Mr. Arnold

Remote_User said:
Hi,
I am using C# as the code-behing language in ASP.NET and trying to
put in ActiveX control in the web page.
Could you provide me a suggestion on this as good start up ?
Trying to get familiar with ActiveX controls.

What I think you'll have to do is get the ActiveX control on the ToolBox so
that you can drag the control to the Web form.

You should forget that the link is talking about VB. What you're interested
in is at the bottom of the link and how to get the ActiveX COM solution on
the ToolBox.

http://support.microsoft.com/kb/317392

There are also MS.Public NG(s) for Webforms and ASP.Net you can post to
where you can get more information.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top