Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
445
Open Multiple windows in new browser
posted


Hello,

I need to open xaml page in new browser at each time.

Scenario :-

I have a grid having id in each row as a hyperlinkbutton.When I click on Id suppose 1 I need to open another xaml page in new window.The same way for Id 2,3,4....so on.

I tried this

HtmlPage.Window.Navigate(new Uri("Web.CortexTestPage.aspx", UriKind.Relative), "_blank");

but did not get how to bind the xaml to the above page...

Please suggest the solution.

Thanks in advance...