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" TagPrefix="asp" %>
but it did not work.I want to do this, so that I would able to pass parameter to silverlight control from my aspx page.
How should I register the silverlight user control in my aspx page?I am using silverlight 3.0 version.