hi everyone
i want to pass values from webpage which is in asp.net to window form application .like i have button on asp.net whenevr i click on that button on the window form application its written button1 is pressed. how to code this program ? please help me ...

Recommended Answers

All 2 Replies

Is this for a project of your own (i.e. on your own machine and you will be the only user) or an actual website posted live to other users? One option you could consider is posting the web page events to a database which the windows form checks at set periods (several seconds, minutes, whatever works for your needs).

You can do this with sockets or WCF.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.