>I have written a class or a project contains a form in C#.
> How do I call this class/project from within asp.net web page ?
Yes.
I will create a form in VS.NET and not sure should I create a project, just
a class or DLL so that the webpage can display this form?
> Is it a Windows form?
>
> Eliyahu
>
>>I have written a class or a project contains a form in C#.
>> How do I call this class/project from within asp.net web page ?
Eliyahu Goldin - 27 Jun 2006 14:37 GMT
A web form can't display a Windows form. It can launch a Windows form
application on the client machine provided it has dotnet framework
installed. Is it what you are after?
Eliyahu
> Yes.
> I will create a form in VS.NET and not sure should I create a project,
[quoted text clipped - 6 lines]
>>>I have written a class or a project contains a form in C#.
>>> How do I call this class/project from within asp.net web page ?