I created silverlight project.That is dashboard information project. I created two types of dashboard, One is Dashboard.Xaml another one is Dashboard.Html.
Now requirement is If internet connection available means we show Dashboard.Html other wise if internet connection is not available means we show Dashboard.Xaml
How to check Internet connection is connected or not connected in c#?
How to trigger automatically internet is Connected means-Dashboard.Html or not-connected means-Dashboard.Xaml?
Please Help Me...