UPDATE: An alternative title for this could be: How do I call javascript from my silverlight 2.0 application.
Here is a quick question for all you Silverlight gurus.
I have a Silverlight app that displays a stopwatch countdown. The app is hosted in an ASP.Net web application, What I want it to do is when the stopwatch hits zero, the app forces a server page refresh of the hosting page.
Is this possible?
If so, any chance of a code snippet?