Click here to Skip to main content
15,886,833 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am sending some data from windows application to a web page. Then on the server i am inserting that data in database, here I want to send back response to the requesting windows application that the data is inserted or not. Please help it's urgent.
Posted
Updated 15-Nov-11 19:22pm
v2
Comments
Mehdi Gholam 16-Nov-11 1:19am    
Why don't you use web services?

As Mehdi Gholam commented the standard solution for communication between web applications and windows applications is WCF generally, or SOAP services to be more specific.

Hope It Helps.
 
Share this answer
 
I added a web browser control on my windows form and passed the URL to open.
Then I checked the content of that control using webbrowser.DocumentText, read the value and hence got the response from web application.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900