Click here to Skip to main content
15,895,606 members

Comments by Vlad-Dragos (Top 2 by date)

Vlad-Dragos 24-Aug-12 9:43am View    
Uri serverUri = Application.Current.Host.Source;
Uri uri = new Uri(string.Concat(serverUri.Scheme, "://", serverUri.Host.ToString(), ":", serverUri.Port.ToString(), "/ReportPage.aspx?"));
HtmlPage.Window.Navigate(uri, "_blank");
Vlad-Dragos 24-Aug-12 8:43am View    
I suggest to take some tine and refactor the current architecture.
It does not look good if you are in front of an issue passing data from one view to another view