I want to add a button to my user control in SilverLight 4.0 application which will open a new browser window with an aspx in it when it is clicked.
How can I achieve this, can you please advice?
Additionaly, can I lock the SL application until this new window is closed (Alike a modal dialog)?
thanks!
You can open a new window with:-
However modal dialogs depend on the specific browser that is hosting.
Internet Explorer and Firefox both have a
showModalDialogmethod on theirwindowobjects. You would need to use theInvokemethod to fire these:-