Calling a C# from

  • Thread starter Thread starter Alan T
  • Start date Start date
A

Alan T

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?
 
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
 

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