Hi,
I need to open a xaml page which is in one silverlight application from another silverlight application. I tried using like this:
System.Windows.Browser.HtmlPage.Window.Navigate(new Uri("http://localhost:59980/QEAC.WASD.ValidatePage.aspx#/SPList"), "_blank");
But this is not the kinda solution i am looking for as it will not let pass any data.
Any ideas?
Thanks
Rishi