unalbe to register silverlight uesr control in aspx page
- by anand-juventus
I have made a simple silverlight application :
everything is working fine but I am unable to use silverlight user control as my aspx page shows only embedded object code.
I have also tried to register the silverlight control with the following code:
<%@ Register Assembly="System.Web.SilverLight" Namespace="System.Web.UI.SilverLightControls"…