I am using VS2008,I can not able to see the asp:silverlight (to embed my silverlight file in aspx page) ,
How can i get it in my toolbox.
I am using VS2008,I can not able to see the asp:silverlight (to embed my silverlight file in aspx page) ,
How can i get it in my toolbox.
The asp:Silverlight control is no longer included as of Silverlight 3. In order to include a Silverlight app in a web page you will need to use the html <object>
tag.
Your silverlight application project will have created a Test page (.aspx or .htm) either in the output folder or in a Web application is associated with it in the solution. You can use copy the object tag contents from these to use elsewhere.