Saturday, March 31, 2012

Visual Winform Assembly on a ASPNET form

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.

"CSharpNewBie" <CSharpNewBie@.dotNET> wrote in message
news:%23uzbzMKwFHA.1028@.TK2MSFTNGP12.phx.gbl...
> 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.

0 comments:

Post a Comment