ASP.NET and Winform Remoting example?

  • Thread starter Thread starter Bruce W.1
  • Start date Start date
B

Bruce W.1

I'm seeking an example application that does the following.

A user clicks a button on a .aspx page and this event notifies listening
winform applications that the button was clicked, and maybe sends a text
string or something. The winform application is to be No-Touch deployed
from the ASP.NET applications folder, upon which it connects back to the
ASP.NET DLL thru IIS.

I've searched high and low, and found many related articles, but nothing
exactly like this.

Has anyone seen an example application that does this?

Thanks for your help.
 
Hi,

You mean web for that down load smart client, notify smart client when
event fire on HTML page, catch event on smart client application and
send request from smart application to server side WEB application.

If so, e-mail me and I'll send you a sample.

Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377
 
Back
Top