Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi All,
I am using VS2010,C#,Asp.net4.0 web application.
I need to display window form in web page.

how can display window form in web page.
plz give suggestion,idea or any ref link.

help will be appreciated.
Regards
Mukesh
Posted

1 solution

Just forget it. If you learn a bit about the Web, you will see it makes no sense.

Your client Web browser is executed on a number of different platforms, so System.Windows.Forms is not available in general case, as CLR is also not available. Just think a bit about it. And if this is ASP.NET on Windows, it does not change anything. You are not going to show a form on the server side, are you? :-)

(And do yourself a big favor, don't even consider ActiveX. Not all browsers support it, not on all platforms. But more importantly, this is not a legitimate thing for a Web application, because this is utterly unsafe. The experienced users won't even think about using your side as soon as they see that you are using ActiveX.)

—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