Click here to Skip to main content
15,920,217 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How can I Redirect From a Web Form to a Windows Form
Posted
Updated 18-Aug-11 20:08pm
v2

 
Share this answer
 
You cannot. The question makes no sense. You cannot use System.Windows.Forms in Web application. To understand that, its enough to understand what HTTP server and client part (which normally runs in a Web browser) do. If you're trying to do Web development without this basic understanding, I suggest you learn it first.

—SA
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 19-Aug-11 12:34pm    
I would be glad if the one who voted "1" or somebody else explained to me why my answer is incorrect.
--SA

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