Click here to Skip to main content
15,891,031 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am able to launch desktop application from asp.net, Now I want to share some values between this web application and windows application.

Is there any trick or tip that I can use?

Thanks,
Chirag.
Posted

 
Share this answer
 
Option 1:
You can use Iframe to host the website and add hidden field in the website to pass data.

Cross-domain access issues need to be taken care in this case. There are various ways to overcome this, like domain handshake, etc.,

Option 2:
Store the value that needs to be passed in the DB and access it.
 
Share this answer
 
Comments
Chirag Shah.Gogari 5-Jul-13 7:15am    
I am tyring using Cookie, What you say?
Chirag Shah.Gogari 5-Jul-13 7:16am    
I am tyring using Cookie, What you say?
We can write a cookie in web application and share information
 
Share this answer
 
Comments
Sushil Mate 5-Jul-13 7:22am    
this is not solution, don't write it here. use improve question option. you cant use cookie in windows application
Chirag Shah.Gogari 5-Jul-13 7:24am    
Hi Sunil, In windows application we can access it using file handeling
Sushil Mate 5-Jul-13 7:25am    
don't do that, use either Webservice or database.
Chirag Shah.Gogari 5-Jul-13 8:00am    
I dont want to use Database, May be I will go with web service, but could you please sugesst why you refused me to use file handeling?
Sushil Mate 6-Jul-13 11:37am    
Cookies stored on your local machine are stored in different places depending on what application did the browsing – websites you looked at in IE and Chrome will have cookies in two different places.

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