Skip to main content
Home Forums Silverlight Programming Programming with JavaScript check SL installed or not?
2 replies. Latest Post by jeyaseelan@ajsquare.net on June 10, 2009.
(0)
jeyaseel...
Member
48 points
221 Posts
06-08-2009 7:55 AM |
Hi to all,
I have a image within the asp:image control, now i have added this image into silverlight control, aspx have both existing asp:image control and Silverlight control, my task is while page loading the application should check the machine whether Silverlight is installed or not, if not then ask the user "Do you want to continue with Silverlight control or asp control, if the user select YES then install Silverlight plugin and display the image else display the older asp.net image control without installing Silverlight plugin, How to do this?
ken tucker
All-Star
16302 points
2,487 Posts
06-08-2009 8:47 AM |
I think this blog post will help
http://blogs.telerik.com/blogs/09-05-21/gracefully_degrade_radchart_for_silverlight_in_asp_net.aspx
06-10-2009 12:15 AM |
ken tucker thanks for your response. I'll check it and let you know