Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello guys,


Please suugest me on my below scenario that wich technique i should used,
My scenario is,
I have two different solution files,I called it as Parent and child application,
I want to Passed value from Parent application to child application,I have to some generic way,
I have already used querystring but it is not safe for application,so i don't want to used this way,so please suggest me another ways,,,






thanks.
Posted

You can go for delegate and custom event.Otherwise go for session.
 
Share this answer
 
v2
Hi,

You can use query string to pass the value with the encryption-decryption. Or else you need to call other application as service.

Hope this will help you.
 
Share this answer
 
 
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