unalbe to register silverlight uesr control in aspx page
Posted
by anand-juventus
on Stack Overflow
See other posts from Stack Overflow
or by anand-juventus
Published on 2010-05-26T07:50:07Z
Indexed on
2010/05/26
12:21 UTC
Read the original article
Hit count: 448
Silverlight
|silverlight-3.0
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.
© Stack Overflow or respective owner