Click here to Skip to main content
15,886,045 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
i used asp.net webform with winform
This means that when you click on a link to open the corresponding windowform.
how to open winform of webform project by click on link? (mix Win forms on web project)
Posted
Updated 19-Sep-14 17:48pm
v2
Comments
Sinisa Hajnal 18-Sep-14 3:23am    
What special WinForm? Why would you mix Win forms on web project?! Check your question for typos before posting it, make at least that much effort - also, you didn't post any code and describe your problem in any detail.
ahmadamiri 19-Sep-14 23:45pm    
I mean the mix Win forms on web project
ZurdoDev 18-Sep-14 8:11am    
This makes no sense. Windows and web are totally different so what are you doing?
ahmadamiri 19-Sep-14 23:46pm    
I'd click on a link in the web environment of the open window(mix Win forms on web project)
ZurdoDev 20-Sep-14 8:17am    
This still does not make any sense at all.

1 solution

It makes no sense at all and would be quite obvious if you though a bit a how Web works. Your .NET code in ASP.NET always works on the server side. If you could run a Form application, it just would block the ASP.NET application (normally, it too long processing of HTTP request cause timeout). And who would operate the UI, on the server side? Note also that the client side has nothing to do with .NET or CLI at all. It only runs in browser; CLI does not have to be installed.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900