4
Answers

System.windows.Forms reference for web application

Photo of SIVA

SIVA

13y
3k
1
Hi All,

Can we give System.windows.Forms reference to Web Application..
If it not what is the reason for that?

If we can then tell me the process

Answers (4)

0
Photo of Sam Hobbs
NA 28.7k 1.3m 13y
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
Photo of SIVA
NA 842 555.8k 13y
I thought to use message box which is presented under System.windows.forms
0
Photo of Muralidharan Deenathayalan
NA 11.9k 1.5m 13y
What is your basic requirement to use windows forms dll in web application?
0
Photo of Jignesh Trivedi
NA 61.3k 14.2m 13y
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.