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

I have created one WPF browser Application that reads data from the serial port. For that I have included in asp.net in <iframe> that works fine.
I want to get data from xbap application which is in iframe.
Clients may be multiple.

Can anyone please solve this problem?

Thanks in Advance.
Posted
Updated 14-Dec-10 18:46pm
v2

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 whether Silverlight Application can access the clients serial port because of Security.
 
Share this answer
 
v2

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