Monday, December 31, 2012

loading an external webpage in navigation frame in silverlight

loading an external webpage in navigation frame in silverlight

Problem:
In my silverlight tool, have a <Navigation:frame/> Now want to load Google home page in that frame on click of a button or may be on load..

What I have Tried:
Now I have tried having the source of the frame as "http://www.google.com", dint work, says invalid url, I do not have uri mapping though. And tried on a hyperlink to put NavigateUri="http://www.google.com" TargetName="ContentFrame" like this still no luck.

Intention:
I actually wanted to get the page content in a XML format or some other format so that I can modify the content of google page through code and then populate in the frame.

Need help here.

Answers & Comments...




No comments:

Post a Comment

Send us your comment related to the topic mentioned on the blog