raman verma

raman verma

  • NA
  • 19
  • 0

Navigate .xaml to .aspx with pop aspx page

Mar 20 2012 12:17 AM
I want to navigate by clicking on button in .xaml which open .aspx page in pop window.

I use following code:
 System.Windows.Browser.HtmlPage.Window.Navigate(new Uri("mySecondPage.aspx", UriKind.Absolute));

but it does not open .aspx page in pop window.

Any suggestions ?

Answers (2)