Skip to main content

Microsoft Silverlight

Answered Question Navigate From Silverlight Page To Aspx Page.RSS Feed

(0)

spiderman110
spiderma...

Member

Member

225 points

282 Posts

Navigate From Silverlight Page To Aspx Page.

 Hi, all

I have two projects, and one is silverlight project, the other is asp.net project .

There is one page named SilverlightApplicationTestPage.aspx(with xaml) in my silverlight project.

And there is one page named Default.aspx in my asp.net project .

I want to navigate between SilverlightApplicationTestPage.aspx and Default.aspx.

How can i impelement it?

Both of my Page address are [http://localhost:2270/SilverlightApplicationTestPage.aspx] and

[http://localhost:25042/Default.aspx] .

any suggestions?

 

Thanks....

lingbing
lingbing

Contributor

Contributor

2249 points

406 Posts

Answered Question

Re: Navigate From Silverlight Page To Aspx Page.

Don't use random port, if you restart your website, the port maybe changes. So use special port number and juse a link will help you to redirect to another page. Or javascript window.open("http://localhost:8080/Default.aspx") can help you too. In silverlight, the System.Windows.Browser.HtmlPage.Window.Navigate(Uri) is enough.

Did I catch what you mean exactly?

Regards!

Ling Bing
Bei Jing University of Aeronautics and Astronautics
Bei Jing, China
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities