Click here to Skip to main content
15,900,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I have one WPF application to take output from weight machine.
I interate that WPF application to my web application. opening that wpf page in iframe through my aps.net page. Now i want to get output of that weight machine in my aspx page.

I have one way of using webservice. Is there any other ways out there using cookie,querystring or any thing else that can be a best suited solution.

Thanks in advance.
Posted
Updated 15-Dec-10 19:37pm
v2
Comments
Toniyo Jackson 16-Dec-10 1:37am    
Corrected Spelling

1 solution

No, you cannot share/access data from WPF Browser Application to the ASP.NET. But if it a Silverlight Application, you can.

But I am not sure about accessing the Weighing Machine output

Suggestion:
WPF is too heavy application to run on a client machine. Instead write the same Silverlight.
 
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