asp.net and ActiveX control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm a long-time VB/VB.net developer but this is my first web development
experience. I've been tasked with hosting/rendering one of my company's
ActiveX controls on an ASP.net 2.0 web page. I'm also supposed to make calls
to the controls methods to log the user in. How do I host and render an
ActiveX control in a webform? Also, how do I interact with it once it's
hosted/rendered? Any help would be greatly appreciated.
 
Well you embed it using the same HTML you would in any web page, and then you
would manipulate it with client side script.
 

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

Back
Top