What’s the best way to exchange Data between 2 XAP files that are in separate browser windows or maybe a browser window and a popup? each html/window with it’s own .xap file
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Take look at the
LocalMessageReceiverandLocalMessageSenderclasses in the System.Windows.Messaging namespace. For an overview for how this works review Communication Between Local Silverlight-Based Applications.