0
If you use the System.Windows.Forms.MessageBox class in an ASP .Net program then the message box will show in the server; is taht what you need to do? If you need an ASP .Net program to show something in the client browser window, then you will need something different.
0
I thought to use message box which is presented under System.windows.forms
0
What is your basic requirement to use windows forms dll in web application?
0
Hi,
yes you can take refernce of "System.Windows.Forms" in web application.
for same right click on Referances add now click on add reference find your name space in ".NET" tab and finally click on ok.
hope this help.