VB.NET OCX Equivalent

  • Thread starter Thread starter Israel Ordonez Jr
  • Start date Start date
I

Israel Ordonez Jr

Is there an equivalent to the VB6 ocx feature in VB.NET.

I want to create an interface to use in a webpage. I have seen samples of
Visual Studio.NET (dll's) being referenced in a webpage. If someone could
point me in the right direction I would greatly appreciate it.
 
Israel Ordonez Jr said:
Is there an equivalent to the VB6 ocx feature in VB.NET.

I want to create an interface to use in a webpage. I have seen samples of
Visual Studio.NET (dll's) being referenced in a webpage. If someone could
point me in the right direction I would greatly appreciate it.

For ASP.NET WebForm pages, you can create a User Control
http://samples.gotdotnet.com/quickstart/aspplus/doc/webpagelets.aspx

or a Custom Control
http://samples.gotdotnet.com/quickstart/aspplus/doc/webctrlauthoring.aspx

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP

Hire top-notch developers at http://www.able-consulting.com
 
Back
Top