Skip to main content

Microsoft Silverlight

Answered Question How do we invoke a Popup from a silverlight object?RSS Feed

(0)

Shaji-mji
Shaji-mji

Participant

Participant

1129 points

260 Posts

How do we invoke a Popup from a silverlight object?

How do we invoke a Popup from a silverlight object? 

Sergey.Lutay
Sergey.L...

Contributor

Contributor

7158 points

1,340 Posts

Re: How do we invoke a Popup from a silverlight object?

What does mean "invoke Popup"?Can you explaine more?

(If this has answered your question, please click on "mark as answer" on this post. Thank you!)

Blog

Twitter

Sincerely,
Sergey Lutay

Shaji-mji
Shaji-mji

Participant

Participant

1129 points

260 Posts

Re: How do we invoke a Popup from a silverlight object?

When I use

HtmlPage.Window.Navigate(SourceUri); 

the  SourceUri is displayed in the same APSX page. But I want this page to be displayed in a different browser like the popup that we use in aspx pages.

Sergey.Lutay
Sergey.L...

Contributor

Contributor

7158 points

1,340 Posts

Answered Question

Re: How do we invoke a Popup from a silverlight object?

Look, there are several methods:

Navigate(Uri) Opens the specified page in the current browser.
Navigate(Uri, String) Opens the specified page in the specified browser instance.
Navigate(Uri, String, String) Opens the specified page in the specified browser instance, with the indicated user interface features.

(If this has answered your question, please click on "mark as answer" on this post. Thank you!)

Blog

Twitter

Sincerely,
Sergey Lutay
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities