Visual Winform Assembly on a ASPNET form

  • Thread starter Thread starter CSharpNewBie
  • Start date Start date
C

CSharpNewBie

Hi

I created a WindowsApplication with 2 textboxes and 1 button on a Form, and
set the output type to Class Library and VS2003 created a
WindowsApplication1.dll now i would like to load this assembly on webform.
Can somehelp. Any samples is appreciated.

Thanks.
 
You do not System.Windows.Forms.Form in a web page, you use
System.Windows.Forms.UserControl, similar to ActiveX Control.
 

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