What is the proper way to "close" (exit) a silverlight application? It is running from a "TestPage" it creates within my VS2008 (C#) web application. I Launch the Silverlight portion by issueing a "window.open" from the javascript portion of a .aspx page. The Silverlight runs fine in a separate window (which is what I want), but when it is finished and I want to return the the window that I left, how do I do that?
First I need to know what to tell the Silverlight app so it closes the window it was running in.
Second I need control to come back to the .aspx web app that launched the Silverlight ... or at least cause that window to return to the main page in my web app.
Start Free Trial