Re: Communication between ASP.NET app and Windows Client app
- From: "John Saunders [MVP]" <john.saunders at trizetto.com>
- Date: Tue, 10 Jul 2007 15:38:57 -0400
"Sekhar" <Sekhar@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:2E2A57DD-D2E0-42F5-99C0-230FAE94748A@xxxxxxxxxxxxxxxx
Hi All
I have a requirement where the user clicks a button on the windows app. A
browser pops up. User enters some data in the browser. And I want the data
sent back to the windows app. How do i do this.
I see two issues here.
How would the client know when I am done with my Changes on the browser. We
thought we would some polling which is a bad idea. Any suggestions???
How do I send the data to the client. WCF is not an option for us. Sorry
You can pop up a dialog box hosting the Web Browser Control. You can control it programmatically. That should help your windows application know whether a particular button has been clicked in the browser, and even pick up the data.
--
John Saunders [MVP]
.
- Prev by Date: Re: Browser Incompatibility
- Next by Date: Re: Results to Excel
- Previous by thread: Re: Communication between ASP.NET app and Windows Client app
- Next by thread: Iterate through loop of variables
- Index(es):